Students

Filter
@forelse($students as $student)@empty@endforelse
MatriculationStudentProgrammeLevelStatus
{{ $student->matriculation_number }}{{ $student->last_name }}, {{ $student->first_name }}{{ $student->programme->name }}{{ $student->academicLevel?->name ?? 'Not assigned' }}{{ str($student->status)->title() }}
No students found.
{{ $students->links() }}