@if($pageValue('body'))
{!! $pageValue('body') !!}
@endif
@if($showBreadCrumb()) @endif
@include('components.frontend.partials.footer') @include('components.frontend.partials.google-translate-widget')
@section('modal') @include('components.frontend.partials.email-modal', [ 'action' => route('pages.items.email', ['template' => $template, 'page' => $page->id, 'item' => $templateMenuItem->id]), 'subject' => $itemValue('name'), 'from' => Auth::user()?->email, 'pageUrl' => url()->full(), 'pageTitle' => $itemValue('name'), ]) @endsection @push('js') @endpush