{{ $tenant->name }} • {{ $date }} • Generated {{ now()->format('d M Y, h:i A') }}
| # | Product | Units Sold | Revenue (KES) |
|---|---|---|---|
| {{ $i + 1 }} | {{ $product->name }} | {{ number_format($product->total_qty, 2) }} | {{ number_format($product->total_revenue, 2) }} |
| No sales recorded today. | |||
| Product | Current Stock | Threshold | Status |
|---|---|---|---|
| {{ $item->name }} | {{ $item->current_stock }} {{ $item->unit_type }} | {{ $item->low_stock_threshold }} | ⚠️ Reorder |