REPORTE DE: COMPRAS DETALLADAS POR RANGO DE FECHAS: ****

@foreach ($detail as $det) @endforeach @foreach ($neto as $n) @endforeach @foreach ($impuesto as $i) @endforeach @foreach ($detailEntrie as $t) @endforeach
FECHA COD FACT CANT DETALLE UND P/UNIT IVA $IVA P/TOTAL
{{$det->fechaInicio}} {{$det->barcode}} {{$det->factura}} {{$det->quantity}} {{$det->name}} {{$det->unit}} ${{$det->price}} %{{$det->tax}} ${{$det->tax_value}} ${{$det->total_value}}
-----------------------------
SUBTOTAL $ {{number_format($n->neto,2) }}
+ IMPUESTO $ {{ number_format($i->iva,2) }}
=TOTAL $ {{ number_format($t->total,2) }}
-----------------------------