Dead Stock Alert!
Total dead stock value: KSh {{ number_format(collect($data)->sum('stock_value'), 2) }} | Total products: {{ count($data) }} | Total quantity: {{ number_format(collect($data)->sum('quantity'), 2) }}
Recommended Action: Clearance, return or write-off review
| Product | Location | Category | Qty | Stock Value | Days | Last Sale | Action |
|---|---|---|---|---|---|---|---|
| {{ $item['product_name'] }} ({{ $item['sku'] }}) | {{ $item['location_name'] }} | {{ $item['category_name'] ?? '' }} | {{ number_format($item['quantity'], 2) }} {{ $item['unit'] ?? '' }} | KSh {{ number_format($item['stock_value'], 2) }} | {{ $item['avg_days_in_stock'] }} days | {{ $item['last_sale_date'] ? \Carbon\Carbon::parse($item['last_sale_date'])->format('d-m-Y') : 'Never' }} | {{ $item['recommended_action'] }} |
| No dead stock found. Great job! | |||||||