@if($empresa->logo_url)
{{ $empresa->razon_social }}@endif |
RUT/NIT: {{ $empresa->rut_fiscal }} {{ $empresa->email }} |
| Descripción | Precio | Cant. | Subtotal |
|---|---|---|---|
| {{ $item->producto->nombre }} ({{ $item->producto->codigo_sku }}) | ${{ number_format($item->precio_unitario, 0, ',', '.') }} | {{ $item->cantidad }} | ${{ number_format($item->subtotal, 0, ',', '.') }} |
| Neto: | ${{ number_format($venta->total, 0, ',', '.') }} |
| TOTAL A PAGAR: | ${{ number_format($venta->total, 0, ',', '.') }} |