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