REPORTE DE LOTES POR VENCER / VENCIDOS

@if(!empty($data))
@foreach($data as $key => $row) @endforeach
Producto Laboratorio Categoria Stock Fecha de Vence Dias Lote
{{$row['description'] }} {{$row['brands'] }} {{$row['category'] }} {{$row['stock'] }} {{$row['date_of_due'] }} {{$row['days_remaining'] }} {{$row['code'] }}
Total de registros: {{ $data_count }}
@else

No se encontraron registros.

@endif