@push('title', __('Account settings'))
{{ __('Account settings') }} {{ __('Manage your account settings') }}
@method('PUT') @csrf
{{ __('E-mail') }} {{ __('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)
{{ __('Username') }} {{ __('Your username is what you and others will see in-game') }}
@endif
{{ __('Motto') }} {{ __('Spice up your profile with a nice motto') }}
{{ __('Update settings') }}