@if(!$add && !$update)Elenco località @else Inserimento/modifica località @endif

@if(!$add && !$update)

Aggiungi   

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