{{-- title --}} @yield('pageHeading') {{ '| ' . $websiteInfo->website_title }} {{-- fav icon --}} @includeIf('frontend.partials.styles') @if ($basicInfo->preloader_status == 1)
@endif
@if ($basicInfo->theme_version == 1) @includeIf('frontend.partials.header.header-v1') @elseif ($basicInfo->theme_version == 2) @includeIf('frontend.partials.header.header-v2') @elseif ($basicInfo->theme_version == 3) @includeIf('frontend.partials.header.header-v3') @endif @yield('content')
@include('frontend.partials.footer')
@includeIf('frontend.partials.popups') {{-- cookie alert --}} @if (!is_null($cookieAlertInfo) && $cookieAlertInfo->cookie_alert_status == 1) @include('cookie-consent::index') @endif
@include('frontend.partials.scripts')