@include('partials.seo') @stack('style-lib') @stack('style')
@yield('panel') @php $cookie = App\Models\Frontend::where('data_keys', 'cookie.data')->first(); @endphp @if ($cookie->data_values->status == 1 && !\Cookie::get('gdpr_cookie')) @endif @stack('script-lib') @stack('script') @include('partials.plugins') @include('partials.notify')