| Serial No | Number | Name | Contact info | Total Trip | Status | Action |
|---|---|---|---|---|---|---|
| #{{ $driver->id ?? '' }} | {{ $driver->user?->mobile ?? '' }} | {{ $driver->user?->name ?? '' }}
Registered on {{ \Carbon\Carbon::parse($driver->created_at)->diffForHumans() }} |
{{ $driver->user?->address ?? 'N/A' }} | {{ count($driver->orders ?? []) }} |
{{ $driver->user?->status?->label() }}
|
Edit
@php $modalId = 'showModal_' . $driver->id; @endphp
Are you sure?You want to permanently delete this driver? |