feat: remove low stock card from dashboard overview

This commit is contained in:
Yoga Pangestu 2026-01-03 12:27:33 +07:00
parent 3de603f4c2
commit 1eb43643d2

View File

@ -341,14 +341,6 @@ public function render(): View
: '∞%',
'trendUp' => $todayNewMembers > $yesterdayNewMembers,
],
[
'title' => 'Stok Tipis (<= 10)',
'value' => $lowStockCount.' Item',
'previous' => '-',
'trend' => 'Perlu Restock',
'trendUp' => $lowStockCount === 0,
],
[
'title' => 'Diskon',
'value' => formatCurrencyNumber($todayDiscount, 'Rp'),