@extends('frontend.layouts.page') @php $page_title = $taxonomy->title ?? ($page->title ?? ($page->name ?? '')); $image_background = $taxonomy->json_params->image_background ?? ($web_information->image->background_breadcrumbs ?? ''); @endphp @push('style') @endpush @section('content') {{-- Print all content by [module - route - page] without blocks content at here --}} @if (isset($page->content) && $page->content != '')