@include('partials.seo')
@stack('style-lib')
@stack('style')
@php echo loadExtension('google-analytics') @endphp
@yield('app-content')
@stack('end-content')
@php
$pusherConfig = gs('pusher_config');
@endphp
@stack('script-lib')
@php echo loadExtension('tawk-chat') @endphp
@include('Template::partials.cookie')
@include('partials.notify')
@if (gs('pn'))
@include('partials.push_script')
@endif
@stack('script')