@extends('adminlte::page') @section('title', 'MBP:: Gestion des shops') @section('content_header')

Magasins

@stop @section('content')

Magasins déjà disponibles

Ajouter un magasin Exporter les magasins
@foreach( $shops as $shop ) @endforeach
Nom Slug Adresse Date Edition
{{ $shop->name }} {{ $shop->friendlyurl }} {{ $shop->street .' - '. $shop->zip .' '. $shop->city }} - Belgique {{ $shop->updated_at ? $shop->updated_at->format('d.m.Y H:i') : '' }}
@stop @section('js') @stop