| Matriculation | Student | Programme | Level | Status |
|---|---|---|---|---|
| {{ $student->matriculation_number }} | {{ $student->last_name }}, {{ $student->first_name }} | {{ $student->programme->name }} | {{ $student->academicLevel?->name ?? 'Not assigned' }} | {{ str($student->status)->title() }} |
| No students found. | ||||