@php $ay = app(App\Services\AcademicYearContext::class)->get(); @endphp
@if ($ay)
{{ $ay->name }}
@endif
{{ session('status') }}
@endif
@if (session('error'))
{{ session('error') }}
@endif
@yield('content')