get(); foreach ($lowStockCoffees as $coffee) { // Kirim notifikasi Notification::route('mail', 'admin@example.com') ->notify(new LowStockNotification($coffee)); } Log::info('Checked low coffee stocks and sent notifications.'); } }