Laravel -Modell, bei dem Update
Question::whereIn('id', $request)
->update(
[
'status' => 1
]
);
Shadow