| # | Applicant | Academic Selection | Phone | Status | Date | Actions |
|---|---|---|---|---|---|---|
| {{ $a->register_no ?? $a->id }} |
@if($a->student_photo)
{{ $a->name ?? '—' }}
{{ $a->email ?? '—' }}
|
{{ $a->program?->name ?? $a->desired_course ?? '—' }}
{{ $a->faculty?->name ?? '—' }} / {{ $a->department?->name ?? '—' }}
|
{{ $a->phone ?? '—' }} | @php($status = $a->status ?? 'pending') @php($badgeClass = $status == 'approved' ? 'bg-success' : ($status == 'rejected' ? 'bg-danger' : 'bg-warning text-dark')) {{ ucfirst($status) }} | {{ $a->created_at?->format('Y-m-d') }} {{ $a->created_at?->format('H:i') }} |
|
| No applications found | ||||||