Students
@include('components.controls',['data' => $students]) @if (count($students))
@endif
@include('components.loading')
@error('intake_id') {{ str_replace('','',$message) }} @enderror
@error('programme_id') {{ str_replace('','',$message) }} @enderror
{{-- --}} @forelse ($students as $key) {{-- --}} @empty @endforelse
# Admitted Gender Exam # Surname Forenames PhoneE-mailProgramme Venue
{{ ++$offset }} {{ $key->admission_date }} {{ $key->gender }} {{ $key->registration_number }} {{ $key->surname }} {{ $key->forenames }} {{ $key->phone }}{{ $key->email }}{{ $key->programme->code }} {{ $key->campus->name }}
 

No student yet

@include('students.add') @include('students.edit') @include('students.import')