Model laravel, w którym aktualizacja
Question::whereIn('id', $request)
->update(
[
'status' => 1
]
);
Shadow