@if(!$add && !$update)Elenco Nazioni @else Inserimento/modifica nazione @endif

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

Aggiungi   

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