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

Modification de la prestation {{$prestation->nom}}

@csrf @method('PUT')
@if (Auth::check() && (Auth::user()->role === 'Super_Admin' || Auth::user()->role === 'Admin')) @endif