@extends('layout.structure') @section('title-tab') Modifica profilo @endsection @section('title-page') Modifica profilo @endsection @section('head') @parent @endsection @section('content')
@if (session('status'))
{{ session('status') }}
@endif
@csrf @method('PATCH') @component('components.form.user',['user'=>$user]) @endcomponent
@endsection @section('footer') @parent @endsection