@csrf

Création d'une prestation

@if ($errors->any())

Attributs requis

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif