Fotosimple.cl SpA.
Agustinas 972 - Piso 3, Local 301
Santiago Centro
RUT: 76.537.005-1
Fono: 952445926

@foreach ($ventas as $venta)

Nro. Venta : {{$venta->venta_id}}
Fecha Compra: {{$venta->created_at}}
Medios De Pago:
@foreach ($venta->formaPago as $item) * {{$item->medioDePago->forma_pago_nombre}}
@endforeach @if($venta->mediosDePago()->count() > 0) Medios De Pago Tienda:
@foreach ($venta->mediosDePago() as $item) * {{$item->medioDePago->medio}} - {{Currency::currency("CLP")->format(round($item->monto))}}
@endforeach @endif

@foreach($venta->detalles as $item) @endforeach
Producto Cant. Subtotal
SKU: {{$item->sku}} {{$item->tipo_producto == 2 ? "KIT " : ""}} {{ mb_substr($item->producto_nombre, 0, 15) }} {{ $item->venta_detalle_cantidad }} {{ Currency::currency("CLP")->format(round($item->venta_detalle_subtotal)) }}

Monto: {{Currency::currency("CLP")->format(round($venta->venta_total))}}
Dcto.:{{Currency::currency("CLP")->format(round($venta->venta_descuento))}}
Total: {{Currency::currency("CLP")->format(round($venta->venta_total - $venta->venta_descuento))}}

@endforeach
IMPORTANTE:
Términos y Condiciones lo puede encontrar en nuestro sitio web www.fotosimple.cl

Gracias por su compra
Equipo Fotosimple.cl