|
|
|
|
V E N T A
|
|
N° {{$venta->id}}
|
|
Fecha de registro: {{$venta->fecha}}
|
|
|
Rut: {{$venta->cliente->rut}}
|
Cliente: {{$venta->cliente->razon_social}}
|
|
| DETALLE DE VENTA |
| CANTIDAD |
U. MEDIDA |
ARTICULO |
PRECIO |
TOTAL |
| |
TOTAL |
{{number_format($venta->total, 0, ',', '.')}} |
| INFORMACION |
| Total de Venta: {{number_format($venta->total, 0, ',', '.')}} |
Recibido: {{number_format($venta->pago, 0, ',', '.')}} |
Cambio: {{number_format($venta->cambio, 0, ',', '.')}} |
|