{{ $totalClients }} clients inscrits
| Client | Contact | Commandes | Total depense | Inscription | Actions |
|---|---|---|---|---|---|
|
{{ strtoupper(substr($client['name'] ?? 'C', 0, 1)) }}
{{ $client['name'] ?? 'Client' }} |
{{ $client['phone'] ?? '-' }} {{ $client['email'] ?? '-' }} |
{{ $client['orders_count'] ?? 0 }} commandes |
{{ number_format($client['total_spent'] ?? 0, 0, ',', ' ') }} F |
{{ \Carbon\Carbon::parse($client['created_at'] ?? now())->format('d/m/Y') }} | |
|
Aucun client trouve Modifiez votre recherche pour voir les clients |
|||||
Page {{ $currentPage }} sur {{ $totalPages }}