1
Rider
Select rider to assign request
2
Location
Pickup & Drop-off location(s)
3
Service
Service to be requested
4
Looking
Searching for eligible driver
@csrf
@foreach ($riders as $rider) @endforeach
Name Mobile Status
{{ $rider->user->name }}
Registered on {{ \Carbon\Carbon::parse($rider->created_at)->diffForHumans() }}
{{ $rider->user->mobile }}
{{ $rider->user->status?->label() }}