@extends('layout.structure') @section('title-tab') Crea nuovo utente @endsection @section('title-page') Crea nuovo utente @endsection @section('head') @parent @endsection @section('content')
@csrf
@error('role')
{{ $message }}
@enderror
@component('components.form.user') @endcomponent
@endsection @section('footer') @parent @endsection