@if($showModal && $selectedShop) @endif @if(session('success'))
{{ session('success') }}
@endif
@forelse($shops as $shop) @empty @endforelse
Boutique Proprietaire Produits Solde Statut Actions
@if($shop['logo']) {{ $shop['name'] }} @else
{{ 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

@if($totalPages > 1)

Page {{ $currentPage }} sur {{ $totalPages }}

@endif