@foreach ($ventasProductos as $venta) {{ \FCR::fecha_con_dia($venta->folio_fecha) }} {{ $venta->dte_razon_social }} {{ \FCR::num_cl($venta->rut) }}-{{ $venta->rut_digito_verificador }} {{ $venta->punto_venta_detalle_cantidad }} ${{ \FCR::num_cl($venta->punto_venta_detalle_precio) }} @if (!empty($venta->punto_venta_detalle_oferta)) ${{ \FCR::num_cl($venta->punto_venta_detalle_oferta) }} @endif ${{ \FCR::num_cl($venta->punto_venta_detalle_total) }} Punto venta DTE
{{ $venta->dte_tipo_nombre }}
N°{{ $venta->folio }}
@endforeach