@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', $store), ]) @endcomponent @endforeach

Ajouter un nouveau store

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