@include('partials.seo') @stack('style-lib') @stack('style') @php echo loadExtension('google-analytics') @endphp @stack('fbComment')
@php $isHeaderFooterHide = request()->routeIs('maintenance') || (request()->routeIs('user.register') && !gs('registration')); @endphp @if (!$isHeaderFooterHide) @include($activeTemplate . 'partials.header') @endif @yield('content') @if (!$isHeaderFooterHide) @include($activeTemplate . 'partials.footer') @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 @endif @stack('script-lib') @include('partials.notify') @if (gs('pn')) @include('partials.push_script') @endif @include('Template::partials.waveserfer') @stack('script')