School Calendar
@php $addParams = array_filter([ 'school_year' => $schoolYear ?? '', 'semester' => $semester ?? '', ], fn ($value) => $value !== ''); $addQuery = $addParams ? ('?'.http_build_query($addParams)) : ''; $resetUrl = url()->current(); @endphp @if (session('success')){{ session('success') }}
@endif
@php
$emailStatus = session('email_status');
$emailStatusClass = session('email_status_class', 'info');
@endphp
@if ($emailStatus)
{{ $emailStatus }}
@endif
@if (session('error'))
{{ session('error') }}
@endif
| ID | Title | Type | Description | Date | Notify Parent | Notify Teacher | Notify Admin | No School | Actions |
|---|---|---|---|---|---|---|---|---|---|
| {{ $emailStatus }} | |||||||||
| {{ $event->id }} | {{ $event->title }} | {{ $event->event_type ?: '-' }} | {{ $event->description }} | {{ optional($event->date)->format('m-d-Y') }} | notify_parent)> | notify_teacher)> | notify_admin)> | no_school)> | |
| No school calendar entries found | |||||||||