{{ $totalShops }} boutiques au total
| Boutique | Proprietaire | Produits | Solde | Statut | Actions |
|---|---|---|---|---|---|
|
@if($shop['logo'])
{{ strtoupper(substr($shop['name'] ?? 'B', 0, 1)) }}
@endif
{{ $shop['name'] }} {{ \Carbon\Carbon::parse($shop['created_at'])->format('d/m/Y') }} |
{{ $shop['owner_name'] ?? '-' }} {{ $shop['owner_phone'] ?? '-' }} |
{{ $shop['products_count'] ?? 0 }} produits |
{{ number_format($shop['solde'] ?? 0, 0, ',', ' ') }} F |
@if($shop['activation']) Active @else En attente @endif |
@if($shop['activation'])
@else
@endif
|
|
Aucune boutique trouvee Modifiez vos filtres pour voir les boutiques |
|||||
Page {{ $currentPage }} sur {{ $totalPages }}