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