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

Elenco Banche

Aggiungi   

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