@push('title', __('Account settings'))

{{ __('Account settings') }}

{{ __('Manage your account settings') }}

@method('PUT') @csrf

{{ __('Make sure to use an email that you remember, if you ever lose your password, your email will be required.') }}

@if ($user->settings?->allow_name_change)

{{ __('Your username is what you and others will see in-game') }}

@endif

{{ __('Spice up your profile with a nice motto') }}

@if (setting('google_recaptcha_enabled'))
@endif @if (setting('cloudflare_turnstile_enabled')) @endif