@yield('meta') @include('frontend.partials.header') @yield('content') @include('frontend.partials.footer') @if (get_setting('show_cookies_agreement') == 'on') @endif @if (get_setting('show_website_popup') == 'on') @endif @yield('script')