@if(!$add && !$update)Elenco Fornitori @else Inserimento/modifica fornitore @endif

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

Aggiungi   

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