}})
NIT: 123456-7
{{ \Carbon\Carbon::parse($fechaVenta)->format('d/m/Y H:i A') }}
Ticket #: {{ str_pad($factura->id, 6, '0', STR_PAD_LEFT) }}
Atendió: {{ strtoupper($usuario) }}
Cliente: {{ strtoupper($clienteNombre) }}
NIT: {{ $clienteNit }}
| Cant | Desc | Total |
|---|---|---|
| {{ $item->cantidad }} |
{{ $item->nomArt }}
@if ($item->descuento > 0)
Desc: -Q{{ number_format($item->descuento * $item->cantidad, 2) }} @endif |
Q.{{ number_format($item->total, 2) }} |
| Subtotal: | Q. {{ number_format($totalBruto, 2) }} |
| Descuentos: | - Q. {{ number_format($descuentoArticulos + $facDescuentoGlobal, 2) }} |
| TOTAL: | Q. {{ number_format($facTotalNeto, 2) }} |
FORMAS DE PAGO:
| {{ $pago->metodo_pago }} | Q. {{ number_format($pago->monto, 2) }} |
| Ref: {{ $pago->referencia }} | |
NO SE ACEPTAN CAMBIOS NI DEVOLUCIONES
{{config('app.slogan') }}
*** GRACIAS POR SU COMPRA ***