values() ->each(function (array $profile, int $index): void { Profile::query()->updateOrCreate( ['name' => $profile['name']], ['sort_order' => $index + 1], ); }); } }