@extends('admin.layout') @section('title', 'Crea Utente') @section('page_title', 'Crea Nuovo Utente') @section('breadcrumbs') @endsection @section('content')

Dati Utente

@csrf
Permessi Granulari
@foreach(\App\Models\User::MODULES as $module) @endforeach
Modulo Nessuno Lettura Completo
{{ ucfirst($module) }}
Annulla
@endsection @section('scripts') @endsection