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

Dati Gruppo

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

Luogo Incontro

Contatti del Gruppo

Tipo Valore Etichetta Primario

Nessun contatto. Clicca su "Aggiungi Contatto" per iniziare.

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