@extends('adminlte::page') @section('title', 'Dashboard') @section('content_header')

Gestione Profilo

@stop @section('content') @livewire('profilo.ProfiloForm',['user'=>Auth()->user()]) @stop @section('css') @stop @section('js') @stop