コレクション全体に対して更新を実行できます: DB::table('table_name')->whereIn('id', $collection->modelKeys())->update(['is_delivered' => 1]);