{{-- --}}
{{-- {{ $this->viewShopDetailsAction }}--}}
{{-- --}}
{{ __('name') }}
{{ __('city') }}
{{ __('manager') }}
{{ __('contact') }}
{{-- {{ __('is_active') }}--}}
@forelse($this->shops as $shop)
{{ $shop['nom'] }}
{{ $shop['ville'] }}
{{ $shop['nom_gerant'] }}
{{ $shop['contact'] }}
{{-- --}}
{{ ($this->viewShopDetailsAction)(['shopId' => $shop['uuid']])}}
@empty
@endforelse