@include('frontend.layouts.header') @if (getOption('app_preloader_status', 0) == STATUS_ACTIVE)
{{ getOption('app_name') }}
@endif @include('frontend.layouts.nav') @yield('content') @include('frontend.layouts.footer') @if (!empty(getOption('cookie_status')) && getOption('cookie_status') == STATUS_ACTIVE) @endif @include('frontend.layouts.script')