| # | User | Job | Resume | Cover Letter | Applied At |
|---|---|---|---|---|---|
| {{ $key + 1 }} | {{ $application->user->name ?? 'N/A' }} | {{ $application->job->title ?? 'N/A' }} | @if($application->resume) Download @else No Resume @endif | @if($application->cover_letter) @else No Cover Letter @endif | {{ $application->created_at->format('Y-m-d H:i') }} |