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

Motivazioni

@foreach($records as $record) @endforeach
Nome Tipologia Abilitato ...
{{$record->name}} {{$record->type == 'add' ? 'Inserimento' : 'Eliminazione'}} {{$record->enabled ? 'attivo' : 'disattivo'}}
@else

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