@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')) @include('frontend.layout.header_without_menu') @else @include('frontend.layout.header') @endif @yield('content') @include('frontend.layout.footer') @yield('custome_js')