@forelse ($students as $student) @empty @endforelse
Student Class Guardian Contact Date Of Birth Apply Type Status Actions
Student
{{ $student->full_name }}
{{ $student->cnic }}
{{ optional($student->classes)->name ?? '-' }} {{ $student->NewStudentApplicationGuardian->primary_contact ?? 'N/A' }} {{ $student->dob }} Online @if ($student->status == '1') Pending @elseif ($student->status == '2') Accepted @elseif ($student->status == '3') Rejected @else {{ $student->status }} @endif
No student applications found.