@include('partials.seo')
{{ $general->sitename(__($pageTitle)) }}
@stack('style-lib') @stack('style')
@include($activeTemplate. 'partials.header') @guest @include($activeTemplate. 'partials.modal') @endguest
@include($activeTemplate. 'partials.banner')
@yield('content')
@php $cookie = App\Models\Frontend::where('data_keys','cookie.data')->first(); @endphp @if(@$cookie->data_values->status && !session('cookie_accepted'))
@php echo @$cookie->data_values->description @endphp
@lang('Read Policy')
@lang('Accept')
@endif @include($activeTemplate. 'partials.footer') @stack('script-lib') @stack('script') @include('partials.plugins') @include('partials.notify')