{{$title}}
@if(!$add && !$update)
Aggiungi
@endif
@if(!$add && !$update)
Codice toponimo
Toponimo
Nome
@foreach($records as $record)
{{$record->CODICETOPONIMO}}
{{$record->TOPONIMO}}
{{$record->DESCRIZIONE}}
Modifica
Elimina
@endforeach
@else
Inserimento/Modifica
Toponimo
Nome
@error('descrizione')
{{ $message }}
@enderror
codice Toponimo
@endif