Anda dapat menjalankan pembaruan di seluruh koleksi:
DB::table('table_name')->whereIn('id', $collection->modelKeys())->update(['is_delivered' => 1]);
Anda dapat menjalankan pembaruan di seluruh koleksi:
DB::table('table_name')->whereIn('id', $collection->modelKeys())->update(['is_delivered' => 1]);