@include('frontend.layouts.modals.loginModal')
{{--
--}}
@yield('content')
@include('cookieConsent::index')
@include('frontend.layouts.partials.footer')
@stack('before-scripts')
@yield('js')
@stack('after-scripts')
@include('includes.partials.ga')
@if(!empty(config('custom_js')))
@endif