@include('includes.css') @stack('custom-css')
@include('includes.header')
@include('includes.student-dashboard-sidebar') @yield('content')
@include('includes.footer')
@include('includes.js') @yield('javascript') @stack('custom-js')