@include('partials.seo') @stack('style-lib') @stack('style') @php echo loadExtension('google-analytics') @endphp @stack('fbComment')
@yield('main') @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 @php $pusherConfig = gs('pusher_config'); @endphp @stack('script-lib') @php echo loadExtension('tawk-chat') @endphp @include('partials.notify') @if (gs('pn')) @include('partials.push_script') @endif @stack('script')