@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 ?? '');
@endphp
@push('style')
@endpush
@section('content')
{{-- Print all content by [module - route - page] without blocks content at here --}}
{{-- @isset($web_information->source_code->map)
{!! $web_information->source_code->map !!}
@endisset --}}
{{-- End content --}}
@endsection