@foreach ($dte as $d)
{{ $d->dte_tipo_nombre }} Nº{{ $d->folio }}
@if (!empty($venta['rut']))
{{ $venta['rut'] }}
@elseif(empty($venta['rut']) && $d->dte_tipo_id == 7)
66.666.666-6
@endif
{{ $venta['nombre'] }}
@endforeach
@foreach ($productos as $p)
@endforeach
SKU |
Descripción |
Cantidad |
Precio |
Total |
{{ $p['sku'] }} |
{{ $p['nombre'] }} |
{{ $p['cantidad'] }} |
${{ \FCR::num_cl_decimal($p['precio_unidad']) }} |
${{ \FCR::num_cl_decimal($p['total']) }} |