@section('title') {{ config('app.name') }} | Crée un nouveau magasin @endsection @push('css') @endpush @extends('admin.layouts.master') @section('content')
Modifié information
@csrf
@foreach(range(0, 2) as $key)
@endforeach
    @foreach(["dimanche", "lundi","mardi","mercredi","jeudi", "vendredi","samedi"] as $day)
  • @endforeach
@endsection @push('js') @endpush