direction == 1) dir="rtl" @endif> {{-- required meta tags --}} {{-- csrf-token for ajax request --}} {{-- title --}} @yield('pageHeading') | {{ $websiteInfo->website_title }} {{-- fav icon --}} {{-- include styles --}} @includeIf('frontend.partials.styles') {{-- preloader start --}} @if ($websiteInfo->preloader_status == 1)
@endif {{-- preloader end --}} {{-- header start --}}
{{-- include header-nav --}} @if ($websiteInfo->theme_version == 'theme_one') {{-- include header-top --}} @includeIf('frontend.partials.header_top_one') @includeIf('frontend.partials.header_nav_one') @elseif ($websiteInfo->theme_version == 'theme_two') {{-- include header-top --}} @includeIf('frontend.partials.header_top_two') @includeIf('frontend.partials.header_nav_two') @endif
{{-- header end --}} @yield('content') {{-- back to top start --}}
{{-- back to top end --}} {{-- include footer --}} @includeIf('frontend.partials.footer') {{-- Popups start --}} @includeIf('frontend.partials.popups') {{-- Popups end --}} {{-- WhatsApp Chat Button --}}
{{-- Cookie alert dialog start --}} @if (!empty($cookie) && $cookie->cookie_alert_status == 1) @endif {{-- Cookie alert dialog end --}} {{-- include scripts --}} @includeIf('frontend.partials.scripts') {{-- additional script --}} @yield('script')