{{-- resources/views/emails/employee_rejected.blade.php --}}
Your registration has been rejected.
Dear {{ $employee->name ?? 'Driver' }},
Thank you for submitting your driver registration. After reviewing your details, we regret to inform you that your application has been rejected at this time.
| Status | Rejected |
|---|---|
| Full Name | {{ $employee->name ?? '—' }} |
| {{ $employee->email ?? '—' }} | |
| IC / ID Number | {{ $employee->identification_no ?? $employee->ic_no ?? $employee->ic_cnic ?? '—' }} |
| Contractor | {{ $contractor->company_name ?? $contractor->name ?? '—' ?? '' }} |
| Truck Number | {{ $employee->truck_no ?? $employee->truck_number ?? '—' }} |
| Licence Validity | @if(!empty($employee->licence_validity)) {{ \Illuminate\Support\Carbon::parse($employee->licence_validity)->format('Y-m-d') }} @else — @endif |
If you believe this decision was made in error or after you have updated your information, please contact your contractor or the site administration team for further guidance.
Regards,
SmartPass Team