@include('frontend.layout.head') {{-- @if (request()->routeIs('cart.index', 'student.checkout.index', 'student.checkout.show', 'student.profile.index', 'student.course.create', 'student.exam.show', 'student.exam.create', 'student.course-details.show', 'student.exam.viewAnswerKey')) --}} @if (request()->routeIs( 'cart.index', 'student.my-workshop', 'student.view_workshop_material', 'student.checkout.index', 'student.checkout.show', 'student.profile.index', 'student.course.create', 'student.exam.show', 'student.exam.create', 'student.course-details.show', 'student.exam.viewAnswerKey')) @include('frontend.layout.header_without_menu') @else @include('frontend.layout.header') @endif @yield('content') {{-- @include('frontend.layout.footer') --}} @include('ageless_new.layout.footer') @yield('custome_js')