@if (session('status')) @endif
{{ Auth::user()->username }}
{{ config('tadah.currency_name') }} |{{ __('friends') }} |{{ __('visits') }}

{{ __('Profile Information') }}

{{ __('Update your profile information and email address.') }}
@if (config('tadah.discord_required'))

{{ __('Link Discord Account') }}

{{ __('Link your Discord account to :project to access additional features.', ['project' => config('app.name')]) }}
@isset ($discord_user)

{{ $discord_user->username }}#{{ $discord_user->discriminator }}

{{ __('Account linked on :date', ['date' => Auth::user()->discord_linked_at->format('M d, Y')]) }}
{{ $discord_user->id }}
@else

{{ __('You have not linked a Discord account.') }}

{{ __('By linking a Discord account, you will be able to play games on :project, be automatically verified on the :project Discord, post on the forums, add friends, and participate in the :project economy.', ['project' => config('app.name')]) }}

{{ __('Connect Discord Account') }} @endisset
@endif

{{ __('Update Password') }}

{{ __('Ensure your account is using a long, random password to stay secure.') }}
TODO

{{ __('Two Factor Authentication') }}

{{ __('Add additional security to your account using two factor authentication.') }}
@if (Auth::user()->two_factor_secret)

{{ __('Two factor authentication is enabled!') }}

@else

{{ __('Two factor authentication is disabled.') }}

@endif

{{ __('Two factor authentication requires you to take an extra step when logging in to your :project account. Some actions on :project may require you to have two factor authentication enabled.', ['project' => config('app.name')]) }}

@if (Auth::user()->two_factor_secret)
@csrf
@else
@csrf
@endif

{{ __('Sessions') }}

{{ __('This is a list of devices that have logged into your account. Revoke any sessions that you do not recognize.') }}
@foreach ($sessions as $session) @endforeach
@may (Users::roleset(), Users::VIEW_BAN_HISTORY)
@endmay
@if (Auth::user()->two_factor_secret) @endif