Diploma student results
@include('components.controls',['data' => $students]) @if (count($students))
@endif
@include('components.loading')
@if (isset($intake_id) && isset($campus_id) && isset($programme_id)) @forelse ($students as $key) @empty @endforelse
# Exam no Forenames Surname Gender DOB Admitted Form IV #
{{ ++$offset }} {{ $key->registration_number }} {{ $key->forenames }} {{ $key->surname }} {{ $key->gender }} {{ $key->dob }} {{ $key->admission_date }} {{ $key->f_vi_no }}
No student enrolled in this programme yet.
@else

Please select an intake, programme and venue above to proceed

@endif