@include('partials.seo') @stack('style-lib') @stack('style') @php echo loadExtension('google-analytics') @endphp @stack('fbComment')
@include('Template::partials.header'); @if (request()->route()->getName() != 'home') @include('Template::partials.breadcrumb') @endif @yield('content') @include('Template::partials.footer')
@php $cookie = App\Models\Frontend::where('data_keys', 'cookie.data')->first(); @endphp @if ($cookie->data_values->status == Status::ENABLE && !\Cookie::get('gdpr_cookie'))

{{ $cookie->data_values->short_desc }} @lang('learn more')

@endif @stack('script-lib') @include('partials.plugins') @php echo loadExtension('tawk-chat'); @endphp @include('partials.notify') @stack('script')