filter(fn($provider) => $provider != \App\Enums\ServerProvider::CUSTOM) ->mapWithKeys(fn($provider) => [$provider => $provider]), ); $profile = text( label: 'What should we call this provider profile?', required: true, ); } }