@extends('layouts.app') @section('content')
| {{trans('lang.extra_image')}} | {{trans('lang.user_name')}} | {{trans('lang.email')}} | {{trans('lang.user_phone')}} | {{trans('lang.status')}} | {{trans('lang.actions')}} | |||||
|---|---|---|---|---|---|---|---|---|---|---|
| @if (file_exists(public_path('assets/images/dispatcher_users'.'/'.$customer->profile_picture_path)) && !empty($customer->profile_picture_path)) | ![]() |
@endif
{{$customer->first_name}} {{ $customer->last_name}} | {{ $customer->email}} | {{ $customer->phone}} | @if ($customer->status=="yes")@else | @endif | ||||
| {{trans("lang.no_result")}} | ||||||||||