{{-- filepath: resources\views\AutoGestionCliente\items.blade.php --}}
@if($tipo === 'producto') ${{ number_format($item->valor_unitario, 0, ',', '.') }} @else ${{ number_format($item->valor_combo, 0, ',', '.') }} @endif