subDays(3); NotificationUser::where('created_at','<',$threeDaysAgo)->delete(); $this->info('Old notifications deleted successfully.'); } }