@include('partials.seo') @stack('style-lib') @stack('style') @php echo loadExtension('google-analytics') @endphp
@include($activeTemplate . 'partials.topbar')
{{ __($pageTitle) }}
@yield('content')
@stack('script-lib') @php echo loadExtension('tawk-chat') @endphp @include('partials.notify') @if (gs('pn')) @include('partials.push_script') @endif @stack('script')