Nombre: {{$item->cliente_nombre}}
RUT: {{$item->cliente_rut}}
FONO: {{$item->cliente_fono}}
CORREO: {{$item->cliente_correo}}
@endforeach| # | Producto | Cantidad | Subtotal | @foreach ($detalles as $item)
|---|---|---|---|
| {{$item->producto_id}} | {{$item->producto_nombre}} | {{$item->venta_detalle_cantidad}} | {{Currency::currency("CLP")->format(round($item->venta_detalle_subtotal))}} |
| Total: {{Currency::currency("CLP")->format(round($total))}} | |||
| Documento: {{$tipo}} Nro. {{$nro}} | |||