| Driver Name | Email Address | Phone Number | Vehicle Assigned | Created Date & Time | Status | Action | @foreach($drivers as $driver)
|---|---|---|---|---|---|---|
| {{$driver->name ?? null}} | {{$driver->email ?? null}} | {{$driver->phone_accounts ?? null}} | {{$driver->assignedVehicles?->first()?->registration_number ?? null}} | {{$driver->created_at->format('d/m/Y h:iA') ?? null}} |
status == \App\Models\User::STATUS_ACTIVE ? 'checked' : '' }}>
|