@extends('layouts.adminlte') @section('title', 'Nuovo Gruppo') @section('page_title', 'Nuovo Gruppo') @section('content')
@csrf

Dati Gruppo

@error('nome') {{ $message }} @enderror
@if($selectedParent) Verrà creato come sottogruppo di: {{ $selectedParent->nome }} @endif
Ctrl+click per selezionare più responsabili

Luogo Incontro

Membri

Individuo Codice Contatti Ruolo Data Adesione

Nessun membro aggiunto. Clicca su "Aggiungi Membro" per iniziare.

Tag

@include('partials._tag-selector', ['selectedTags' => [], 'label' => 'Etichette'])
Annulla
@endsection @section('scripts') @endsection