@if(isset($reports))
@endif
@foreach($reports as $key => $value)
@endforeach
# |
Descripción |
Categoria |
Inventario actual |
Precio de venta |
Costo |
Marca |
F. vencimiento |
Almacén |
{{$loop->iteration}} |
{{$value->item->internal_id ?? ''}} {{$value->item->internal_id ? '-':''}} {{$value->item->description ?? ''}} |
{{optional($value->item->category)->name}} |
{{$value->stock}} |
{{$value->item->sale_unit_price}} |
{{$value->item->purchase_unit_price}} |
{{ $value->item->brand->name }} |
{{ $value->item->date_of_due }} |
{{$value->warehouse->description}} |
Total {{$reports->total()}}