Students
@include('components.controls',['data' => $students])
@include('components.loading')
@error('intake_id') {{ str_replace('','',$message) }} @enderror
@if (count($students)) @foreach ($students as $key) @endforeach
# Admitted Gender Exam # Surname Forenames Phone Programme Venue Result
{{ ++$offset }} {{ $key->admission_date }} {{ $key->gender }} {{ $key->registration_number }} {{ $key->surname }} {{ $key->forenames }} {{ $key->phone }} {{ $key->programme->code }} {{ $key->campus->name }}
@else

{{ $intake_id?'No student yet':'Please choose an intake above.'}}

@endif