Welcome back, {{ auth()->user()->full_name }}! Assist members and manage applications.
| Applicant | Phone | ID Number | Status | Applied Date | Actions |
|---|---|---|---|---|---|
| {{ $application->user->full_name ?? 'N/A' }} | {{ $application->user->phone_number ?? 'N/A' }} | {{ $application->user->id_number ?? 'N/A' }} | {{ ucfirst($application->status) }} | {{ $application->created_at->format('M d, Y') }} | @if($application->status == 'pending') Review @else View @endif |
| No recent applications | |||||