@include('partials.seo') @stack('style-lib') @stack('style') @stack('fbComment')
image
@yield('panel') @if(!request()->routeIs('maintenance') ) @include($activeTemplate . 'partials.footer') @endif @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')

@lang('Allow')
@endif @stack('script-lib') @include('partials.plugins') @include('partials.notify') @stack('script')