Manage commercial driver job requests submitted via public "Become a Driver" recruitment portal.
| App Code | Applicant Name | Gender & Age | Experience | Contact Details | Driving License Number | Status | Actions |
|---|---|---|---|---|---|---|---|
| {{ $app->application_code }} | {{ $app->full_name }} | {{ $app->gender }} ({{ $app->age }} yrs) | {{ $app->experience_years }} Years |
{{ $app->phone }}
@if($app->email)
{{ $app->email }}
@endif
|
{{ $app->status }} |
|
There are currently no driver applications matching your selected status filter.
App Code: {{ $selectedApplication->application_code }} | Submitted: {{ $selectedApplication->created_at->format('d M Y, h:i A') }}
No license card photo attached to this application.
@endif{{ $selectedApplication->notes }}
Applicant: {{ $selectedApplication->full_name }}