Drivers List

@foreach ($drivers as $value) @endforeach
# Profile Name Email Total Completed Rides Total Rejected Rides Status Wallet Created date Action
{{ ++$loop->index }}. profile_pic ?? '') }} class="rounded-circle shadow" style="width:63px; height:63px; border: 2px solid #d3d3d3" alt={{ $value->username }}>

{{ $value->first_name }} {{ $value->last_name }}

{{ $value->mobile }}

{{ $value->email }} @if (isset($value->total_complete) and $value->total_complete != 0) {{ $value->total_complete }}+ @else No Rides complete yet @endif @if (isset($value->total_reject) and $value->total_reject != 0) {{ $value->total_reject }}+ @else No Rides rejected yet @endif {{ get_status($value->status)->title }} {{ price_format($value->amount ?? 0) }} {{ $value->created_date }}