@include('frontend.layouts.header')
@if (getOption('app_preloader_status', 0) == STATUS_ACTIVE)
@endif
@include('frontend.layouts.nav')
@yield('content')
@include('frontend.layouts.footer')
@if (!empty(getOption('cookie_status')) && getOption('cookie_status') == STATUS_ACTIVE)
@include('cookie-consent::index')
@endif
@include('frontend.layouts.script')