direction == 1) dir="rtl" @endif> {{-- required meta tags --}} {{-- csrf-token for ajax request --}} {{-- title --}} @yield('pageHeading') {{ '| ' . config('app.name') }} {{-- fav icon --}} {{-- include styles --}} @includeIf('frontend.partials.styles') {{-- include website color --}} @includeIf('frontend.partials.website-color') {{-- additional style --}} @yield('style') {{-- preloader start --}}
{{-- preloader end --}} {{-- header start --}} @if (!request()->routeIs('user.my_course.curriculum') && !request()->routeIs('admin.course_management.course.curriculum')) @if ($basicInfo->theme_version == 1)
{{-- include header-top --}} @includeIf('frontend.partials.header.header-top-v1') {{-- include header-nav --}} @includeIf('frontend.partials.header.header-nav-v1')
@elseif ($basicInfo->theme_version == 2)
{{-- include header-nav --}} @includeIf('frontend.partials.header.header-nav-v2')
@else
{{-- include header-top --}} @includeIf('frontend.partials.header.header-top-v3') {{-- include header-nav --}} @includeIf('frontend.partials.header.header-nav-v3')
@endif @endif {{-- header end --}} @yield('content') {{-- back to top start --}}
{{-- back to top end --}} {{-- announcement popup --}} @includeIf('frontend.partials.popups') {{-- cookie alert --}} @if (!is_null($cookieAlertInfo) && $cookieAlertInfo->cookie_alert_status == 1) @includeIf('cookie-consent::index') @endif {{-- include footer --}} @if (!request()->routeIs('user.my_course.curriculum') && !request()->routeIs('admin.course_management.course.curriculum')) @if ($basicInfo->theme_version == 1 || $basicInfo->theme_version == 3) @includeIf('frontend.partials.footer.footer') @else @includeIf('frontend.partials.footer.footer-v2') @endif @endif {{-- include scripts --}} @includeIf('frontend.partials.scripts') {{-- additional script --}} @yield('script')