{{ __('Acting Drivers') }}
@if(Request::exists('search') || Request::exists('city_id'))
@endif
| {{ __('Name') }} | {{ __('Whatsapp No.') }} | {{ __('Location') }} | {{ __('Fare') }} | {{ __('Created On') }} | @if (Auth::guard('admin')->user()->type != 4){{ __('Status') }} | {{ __('Actions') }} | @endif|
|---|---|---|---|---|---|---|---|
| {{ $actingDriver->name }} | {{ $actingDriver->whatsapp_no }} | {{ $actingDriver->city->name }}, {{ $actingDriver->state->name }} | {{ $actingDriver->fare }} @if ($actingDriver->fare_type==1) {{ __("/ hr") }} @elseif ($actingDriver->fare_type==0) {{ __("/ day") }} @endif | @if ($actingDriver->created_at!=NULL) {{ \Carbon\Carbon::parse($actingDriver->created_at)->format('jS F Y') }} @else {{ __('N/A') }} @endif | @if (Auth::guard('admin')->user()->type != 4)@endif | ||
| {{ __('Looks like there\'s a VOID!') }} | |||||||