| Suma Total de Operaciones (IVA No Incluido): |
${{ number_format($resumen['subTotal'] ?? 0, 2) }} |
| Descuento global a ventas no sujetas: |
${{ number_format($resumen['descuNoSuj'] ?? 0, 2) }} |
| Descuento global a ventas exentas: |
${{ number_format($resumen['descuExenta'] ?? 0, 2) }} |
| Descuento global a ventas gravadas: |
${{ number_format($resumen['descuGravada'] ?? 0, 2) }} |
| Impuesto al Valor Agregado 13%: |
${{ number_format($resumen['totalIva'] ?? $resumen['tributos'][0]['valor'] ?? 0, 2) }} |
| Sub-Total: |
${{ number_format($resumen['subTotal'] ?? 0, 2) }} |
| IVA Percibido: |
${{ number_format($resumen['ivaPerci1'] ?? 0, 2) }} |
| IVA Retenido: |
${{ number_format($resumen['ivaRete1'] ?? 0, 2) }} |
| Monto Total de la Operacion (IVA Incluido): |
${{ number_format($resumen['montoTotalOperacion'] ?? 0, 2) }} |
| Total Otros montos no afectados: |
${{ number_format($resumen['totalNoGravado'] ?? 0, 2) }} |
| Total a Pagar: |
${{ number_format($resumen['montoTotalOperacion'] ?? 0, 2) }} |