@yield('css') MATTINE - Bootstrap 4 Admin Dashboard Template @yield('head') @include('mattine.inc.navbare')

{{__("stores")}}

{{__('Vous trouvrez ici touts votre store')}}


@foreach($stores as $store) @component('mattine.components.store', [ 'name' => $store->name, 'address' => $store->getOptions('options', 'address'), 'tel' => $store->getOptions('options', 'tel'), 'url' => route('stores.single',[app()->getLocale(),$store]), ]) @endcomponent @endforeach

{{__('Ajouter un nouveau store')}}

{{ csrf_field() }}
@include('mattine.inc.footer')
@yield('javascript')