| SKU: {{$detalle->SKU}} | Cantidad : {{$detalle->venta_detalle_cantidad}} | Producto: {{$detalle->producto_nombre}} | |
| Precio: {{Currency::currency("CLP")->format(round(($detalle->venta_detalle_subtotal)))}} | |||
| Nro. Orden : {{$nro_orden}} | Cantidad: {{$cantidad}} | Total: {{Currency::currency("CLP")->format(round($total))}} | |
|
Remitente: Fotosimple.cl SpA. |
||
|
Destinatario: {{$envio->envio_nombre}} {{$envio->envio_apellidos}} Enviar a: {{$envio->nombre_agencia}} Enviar a: {{$envio->nombre_agencia}} Envío Pagado@elseENVÍO POR PAGAR@endif |
|||
|
Documento(s):
@foreach ($documentos as $documento)
{{$documento->documento_nombre}} Nro. {{$documento->documento_detalle_folio}} @endforeach |
|||