Low Stock Report

Run time: {{ $runAt->format('Y-m-d h:i A') }}
User: {{ auth()->user()->name ?? 'System' }}
@forelse($products as $product) @php $min = (float) ($product->min_stock ?? 0); $qty = (float) ($product->stock_qty ?? 0); $reorder = max($min - $qty, 0); @endphp @empty @endforelse
Barcode Item Supplier Category Alert Available Re-Order
{{ $product->barcode }} {{ $product->name }} {{ $product->supplier->name ?? '-' }} {{ $product->productCategory->name ?? '-' }} {{ number_format($min, 2) }} {{ number_format($qty, 2) }} {{ number_format($reorder, 2) }}
No low-stock items found for the selected filters.