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