@extends('layout.structure') @section('title-tab') Modifica utente @endsection @section('title-page') Modifica utente @endsection @section('head') @parent @endsection @section('content')
@csrf @method('PATCH')
@error('role')
{{ $message }}
@enderror
@component('components.form.user',['user'=>$user]) @endcomponent
@endsection @section('footer') @parent @endsection