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

@if(!$add && !$update)metodi pagamento @else Inserimento/modifica metodo pagamento @endif

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

@foreach($records as $record) @endforeach
Origine Destinazione Nome Tipo Abilitato ...
{{$record->origin ? $record->origin : ''}} {{$record->destination ? $record->destination : ''}} {{$record->name}} @php switch ($record->type) { case 'IN': echo "Entrate"; break; case 'OUT': echo "Uscite"; break; case 'ALL': echo "Entrate/Uscite"; break; } @endphp {{$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