@extends('layouts.app') @section('content')

{{trans('lang.user_plural')}}

@if(count($users) > 0) @foreach($users as $customer) @if (file_exists(public_path('assets/images/users'.'/'.$customer->photo_path)) && !empty($customer->photo_path)) @else @endif @if ($customer->statut=="yes") @else @endif @endforeach @else @endif
{{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')}}
imageimage{{ $customer->prenom}} {{ $customer->nom}} {{ $customer->email}} {{trans("lang.wallet_history")}} {{ $customer->phone}}
{{trans("lang.no_result")}}
{{ $users->links('pagination.pagination') }}
@endsection @section('scripts') @endsection