Reporte de Productos por Caducar

Generado el: {{ now()->format('d/m/Y h:i A') }} | Total encontrados: {{ count($lots) }}
@foreach($lots as $lot) @endforeach
ID Producto / Sustancia Laboratorio No. Lote Vencimiento Stock
{{ $lot->product->id ?? '—' }}
{{ $lot->product->name ?? '—' }}
{{ $lot->product->active_ingredient ?? 'S/A' }}
{{ $lot->product->laboratory->name ?? '—' }} {{ $lot->lot_number }} {{ $lot->expiration_date->format('d/m/Y') }} {{ number_format($lot->quantity, 0) }}