get(); $users = User::whereIn('plan_id', $plans)->get(); $users->update([ 'u' => 0, 'd' => 0 ]); } }