@if(!$add && !$update)comuni @else Inserimento/modifica comuni @endif

@if(!$add && !$update) @endif
@if(!$add && !$update)
@foreach($records as $record) @endforeach
Provincia Nome Abilitato ...
{{$record->province_name}} {{$record->name}} {{$record->enabled ? 'attivo' : 'disattivo'}}
@else
@if (session()->has('error')) @endif
@error('name')
{{ $message }}
@enderror
@if($add) @endif @if($update) @endif
@endif
@push('scripts') @endpush @push('scripts') @endpush