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