REPORTE POR PRODUCTOS VENCIDOS
@if(!empty($data))
#
Producto
Lote
Fecha de Vence
Marca
Categoria
@foreach($data as $key => $row)
{{$loop->iteration}}
{{$row['description'] }}
{{$row['code'] }}
{{$row['date_of_due'] }}
{{$row['brands'] }}
{{$row['category'] }}
@endforeach
@else
No se encontraron registros.
@endif