@include('themes.flaty.includes.head') @include('themes.flaty.includes.styles') {!! $themeSettings->extra_codes->head_code !!} @include('themes.flaty.partials.adblock-full') @stack('head_codes') @if (!$themeSettings->pages->header_section) @section('hide_header', true) @endif yieldContent('hide_header') ? 'class=body-style' : '' }}> @include('themes.flaty.partials.preloader') @include('themes.flaty.includes.navbar') @if (!$__env->yieldContent('hide_header'))

@yield('title')

@endif @yield('content') @include('themes.flaty.includes.footer') @include('themes.flaty.includes.scripts') {!! $themeSettings->extra_codes->footer_code !!}