| {{ __('Serial No') }} | {{ __('Number') }} | {{ __('Name') }} | {{ __('Contact info') }} | {{ __('Total Trip') }} | {{ __('Status') }} | {{ __('Action') }} |
|---|---|---|---|---|---|---|
| {{ __('#') }} {{ $data->firstItem() ? $data->firstItem() + $key : $key + 1 }} | {{ $driver->user?->mobile ?? '' }} | {{ $driver->user?->name ?? '' }}
{{ __('Registered on :type', ['type' => \Carbon\Carbon::parse($driver->created_at)->diffForHumans()]) }} |
{{ $driver->user?->address ?? 'N/A' }} | {{ count($driver->orders ?? []) }} |
{{ $driver->user?->status?->label() }}
|
{{ __('Edit') }}
{{ __('Change Password') }}{{ __('Are you sure?') }}{{ __('You want to permanently delete this driver?') }} |