feat: remove low stock card from dashboard overview
This commit is contained in:
parent
3de603f4c2
commit
1eb43643d2
@ -341,14 +341,6 @@ public function render(): View
|
|||||||
: '∞%',
|
: '∞%',
|
||||||
'trendUp' => $todayNewMembers > $yesterdayNewMembers,
|
'trendUp' => $todayNewMembers > $yesterdayNewMembers,
|
||||||
],
|
],
|
||||||
[
|
|
||||||
'title' => 'Stok Tipis (<= 10)',
|
|
||||||
'value' => $lowStockCount.' Item',
|
|
||||||
'previous' => '-',
|
|
||||||
'trend' => 'Perlu Restock',
|
|
||||||
'trendUp' => $lowStockCount === 0,
|
|
||||||
],
|
|
||||||
|
|
||||||
[
|
[
|
||||||
'title' => 'Diskon',
|
'title' => 'Diskon',
|
||||||
'value' => formatCurrencyNumber($todayDiscount, 'Rp'),
|
'value' => formatCurrencyNumber($todayDiscount, 'Rp'),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user