@include('partials.seo') @stack('style-lib') @stack('style') @php echo loadExtension('google-analytics') @endphp
@lang('image')
@yield('content') @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') @php echo loadExtension('tawk-chat') @endphp @include('partials.notify') @if (gs('pn')) @include('partials.push_script') @endif @stack('script')