Riders List of all riders.
{{ __('Add Rider ') }}
Filter
{{ __('Apply') }}
@foreach ($data as $rider) @endforeach
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