@php use App\Enums\StateEnum; @endphp {{ __('add') }}
@forelse($this->shops as $shop)
StateEnum::tryFrom($shop['statut'])->equals(StateEnum::Actif()), 'bg-danger-600' => !StateEnum::tryFrom($shop['statut'])->equals(StateEnum::Actif()), ]) > {{ $shop['statut'] }}
{{ $shop['nom'] }}

{{ $shop['nom'] }}

{{--
--}} {{-- --}} {{-- {{ $shop['category'] }}--}} {{-- --}} {{--
--}}
@empty

Aucune boutique

Commencez en créant une nouvelle boutique.

Boutique
@endforelse