group(function() { Route::get('/change/{user_id}/{user_type_id}', [UserController::class, 'actionChangeProfile'])->name('change_profile'); });