{{--
--}}
@stack('styles')
@include('student.components.header') {{-- ? Optional Header --}} @yield('header') {{-- ? Section Content Pages --}}
@yield('content')
{{-- ? Section Footer --}} @include('student.components.footer')
@stack('scripts')