@extends('app') @section('title', 'School year') @section('link') @endsection @section('content')
@include('includes._alert')

Découpage pour {{$item}}

Les champ avec asterisk (*) sont obligatoires.

@csrf @method($data[0]->cutting ? 'put':'post')
@foreach ($data as $item) @endforeach
{{ucfirst($item->cutting ? $item->cutting->libelle:$item['libelle'])}}
@error('dateDebut') {{$message}} @enderror
@error('dateFin') {{$message}} @enderror

@endsection @section('script') @endsection