Expiry Report (By Date)

Run time: {{ $runAt->format('Y-m-d h:i A') }}
User: {{ auth()->user()->name ?? 'System' }}
Filter Date: {{ $date }}
@foreach($products as $product) @endforeach
Badge Barcode Name MRP Qty MFD EXP
{{ $product->price_name ?? '-' }} {{ $product->barcode }} {{ $product->name }} {{ number_format($product->price_sale ?? 0, 2) }} {{ number_format((float) ($product->qty ?? 0), 3) }} {{ $product->price_mfg }} {{ $product->price_exp }}