@extends('../student_layout/main') @section('head') @yield('subhead') @endsection @section('content') @include('../student_layout/components/mobile-menu') @include('../student_layout/components/top-bar')
@yield('subcontent') {{-- --}}
@endsection