Afghan Online University - Online Applications

Generated on: {{ now()->format('Y-m-d H:i:s') }} | Total: {{ $applications->count() }}
@foreach($applications as $a) @endforeach
Reg. No Applicant Contact Academic Selection Status Date
{{ $a->register_no ?? $a->id }} {{ $a->name ?? '—' }}
Father: {{ $a->father_name ?? '—' }}
Tazkira: {{ $a->tazkira_no ?? '—' }}
{{ $a->email ?? '—' }}
{{ $a->phone ?? '—' }}
{{ $a->country ?? '—' }}
University: {{ $a->university?->name ?? '—' }}
Faculty: {{ $a->faculty?->name ?? '—' }}
Department: {{ $a->department?->name ?? '—' }}
Program: {{ $a->program?->name ?? '—' }}
Course: {{ $a->course?->title ?? $a->desired_course ?? '—' }}
{{ ucfirst($a->status ?? 'pending') }} {{ $a->created_at?->format('Y-m-d H:i') }}