{{ $categoryData['label'] ?? $category }}
Total Value: KSh {{ number_format($totalValue, 2) }} | Total Products: {{ $totalProducts }} | Total Quantity: {{ number_format($totalQuantity, 2) }} Units | Percentage of Total: {{ $percentage }}%
Recommended Action: {{ $action }}
Filters
@component('components.widget', ['title' => $categoryData['label'] ?? $category . ' Products'])
| Product | Location | Category | Brand | Qty | Unit Cost | Stock Value | Days in Stock | Last Sale | Avg Monthly Sales |
|---|---|---|---|---|---|---|---|---|---|
|
{{ $item['product_name'] }}
SKU: {{ $item['sku'] }} @if(!empty($item['variation_name']) && $item['variation_name'] != 'DUMMY') Variation: {{ $item['variation_name'] }} @endif |
{{ $item['location_name'] }} | {{ $item['category_name'] ?? '' }} | {{ $item['brand_name'] ?? '' }} | {{ number_format($item['quantity'], 2) }} {{ $item['unit'] ?? '' }} | KSh {{ number_format($item['unit_cost'], 2) }} | 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' }} | {{ number_format($item['avg_monthly_sales'], 2) }} |
| No products found in this category. | |||||||||