@include('partials.head')
Skip to content
@include('partials.sidebar')
@include('partials.notification_bell', ['indexUrl' => route('student.notifications.index'), 'readUrl' => route('student.notifications.read')])
@yield('content')