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

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

@if (session()->has('error')) @endif
@error('name')
{{ $message }}
@enderror
@if($isItaly)
@else
@endif
Referente
@if($add) @endif @if($update) @endif
@endif
@push('scripts') @endpush @push('scripts') @endpush