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

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