diff --git a/app/Livewire/Studio/Dashboard/Overview.php b/app/Livewire/Studio/Dashboard/Overview.php index ff70644..e9118a5 100644 --- a/app/Livewire/Studio/Dashboard/Overview.php +++ b/app/Livewire/Studio/Dashboard/Overview.php @@ -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'),