@include('layouts.partials.head')
@if ((new \Jenssegers\Agent\Agent())->isMobile())
@include('layouts.partials.sidebar')
@endif
@if ($advancedSettings->banner_after_content !== '')
{!! $advancedSettings->banner_above_header !!}
@endif
@include('components.alert')
@include('layouts.partials.header')
{{ $slot }}
@include('cookie-consent::index')
@if ((new \Jenssegers\Agent\Agent())->isMobile())
@include('layouts.partials.mobilebar')
@endif
@livewireScriptConfig
@stack('scripts')
@stack('styles')
@if ($advancedSettings->adsense_client_id !== '')
@endif
@if ($advancedSettings->custom_footer_code !== '')
{!! $advancedSettings->custom_footer_code !!}
@endif