{{__('admin.Client Detail')}}

{{__('admin.Client List')}}
{{__('admin.Image')}} @if ($client->image) @endif
{{__('admin.Name')}} {{ html_decode($client->name) }}
{{__('admin.Email')}} {{ html_decode($client->email) }}
{{__('admin.Phone')}} {{ html_decode($client->phone) }}
{{__('admin.Address')}} {{ html_decode($client->address) }}
{{__('admin.Status')}} @if($client->status == 'enable') @else @endif