@if(Route::currentRouteName()=="admin.whatsappCust")
{{ __('Customers - WhatsApp') }}
@elseif(Route::currentRouteName()=="admin.whatsappActDriv"){{ __('Activated Drivers - WhatsApp') }}
@else{{ __('Unactivated Drivers - WhatsApp') }}
@endif
@if(Request::exists('search') || Request::exists('user_type') || Request::exists('vehicle_type') || Request::exists('city') || Request::exists('account_status'))
@if (Route::currentRouteName() == "admin.whatsappCust")
{{ __('Remove Filters') }}
@elseif(Route::currentRouteName() == "admin.whatsappActDriv")
{{ __('Remove Filters') }}
@elseif(Route::currentRouteName() == "admin.whatsappUnDriv")
{{ __('Remove Filters') }}
@elseif(Route::currentRouteName() == "admin.frontUserCompany")
{{ __('Remove Filters') }}
@endif
@endif
@if(session()->has('del_msg'))
@endif
{{ $users->withQueryString()->render("pagination::bootstrap-5") }}
| Actions | {{ __('Name') }} | {{ __('User#') }} | {{ __('WhatsApp Number') }} | {{ __('City') }} | {{ __('User Type') }} | @if (Route::currentRouteName() != "admin.frontUser"){{ __('Vehicle Capacity') }} | {{ __('Last Updated') }} | @endif|
|---|---|---|---|---|---|---|---|---|
|
{{-- |
{{ $user->name }} | {{ $user->id }} | {{ $user->whatsapp_no }} | @if($user->user_type==0) {{ __('Customer') }} @elseif($user->user_type==1) {{ __('Taxi Owner') }} @else {{ __('Company') }} @endif | @if ($user->city !="") {{ $user->city }} @else {{ __("N/A") }} @endif | @if ($user->vehicle_type_id != 0) @if ($user->vehicle_type_id == 5) {{ __("Acting Drivers") }} @elseif ($user->vehicle_type_id == 4) {{ $user->max_weight }} kgs @else {{ $user->passenger_limit }} Seater @endif @else {{ __("N/A") }} @endif @if ($user->is_acting == 1 && $user->vehicle_type_id != 5) {{ __(', Acting') }} @endif | @if (Route::currentRouteName() != "admin.frontUser" && Route::currentRouteName() != "admin.frontUserCompany")@if($user->last_updated=="") {{ __('N/A') }} @else {{ \Carbon\Carbon::parse($user->last_updated)->format('M d, Y h:i:s A') }} @endif | @endif|
| {{ __('Looks like there\'s a VOID!') }} | ||||||||