@extends("layouts.dashboard") @section("wrapper") @include("layouts.second-header")
Modifier {{ $title }}

@csrf @method("put")
@error("name")
{{$message}}
@enderror
Annuler
@endsection