@extends('layouts.admin')
@section('title', 'Creer un magasin')
@section('page-title', 'Magasins')
@section('content')
@if($errors->any())
@foreach($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@php
$openingHoursText = old('opening_hours');
@endphp
@endsection