Expiry Report

Run time: {{ $runAt->format('Y-m-d h:i A') }}
User: {{ auth()->user()->name ?? 'System' }}
Up to: {{ $expiryDate }}
@foreach($products as $idx => $product) @endforeach
# Barcode Name Badge Qty MFD EXP
{{ $idx + 1 }} {{ $product->barcode }} {{ $product->name }} {{ $product->price_name ?? '-' }} {{ number_format((float) ($product->qty ?? 0), 3) }} {{ $product->price_mfg }} {{ $product->price_exp }}