@if ($stores->count() > 0) @foreach ($stores as $key => $store) @endforeach @else @endif
# Nom Adresse Contact Gérant Statut Actions
{{ $key + 1 }} {{ $store->name }} {{ $store->address }} {{ $store->contact }} / {{ $store->phone ?? 'N/A' }} {{ $store->user->name }} @if ($store->status == 1) Actif @else Non actif @endif
Aucun élément trouvé.