@extends('adminlte::page') @section('title', config('app.name') . ' | ' . __('messages.profile.account_settings')) @section('content_header')

{{__('messages.reusable.profile')}} / {{__('messages.reusable.acc')}} / {{__('messages.reusable.settings')}}

@stop @section('js') @stop @section('css') @stop @section('content') @if ($demoActive)

This feature is disabled

@endif

Deleting your account is an irreversible process. The following data will be deleted (including personally identifiable data):

What is not deleted:

Feature temporarily unavailable

This feature has been temporarily made unavailable while we work to fix underlying issues that are causing our backoffice to crash. We apologize for the inconvenience, and any account/data deletion requests should be forwarded to our data protection officer below.

dpo@gamescluboficial.com.br

@csrf @method('PATCH')

For your security, your password is always required for sensitive operations. Forgot your password?

@if (Auth::user()->has2FA())

You cannot recover lost 2FA secrets.

@endif
@if (!Auth::user()->has2FA()) @if($demoActive)

This feature is disabled

@endif

{{__('messages.profile.2fa_welcome')}}

{{__('messages.profile.supported_apps')}}

{{__('messages.profile.scan_code', ['scannable', 'QR'])}}

{!! $twofaQRCode !!}
@csrf @method('PATCH')
@endif @if (Auth::user()->has2FA())

{{__('messages.application_m.modal_confirm')}} {{__('messages.profile.2fa_remove_consequence')}}

@csrf @method('PATCH')

{{__('messages.profile.2fa_password_confirm_exp')}}

{{__('messages.reusable.confirm_click')}}
@endif

{{__('messages.welcome_back')}} {{Auth::user()->name}}

{{Auth::user()->email}}

{{__('messages.reusable.view')}} @ NameMC
@if(session('passwordExpired'))

Your password has expired

You've been redirected here because your password has expired. All users must change their password every {{ \App\Facades\Options::getOption('password_expiry') }} days. This is put in place to make sure user accounts remain secure.

Please change update your password now. You won't be able to use the application until you do this.

@endif
@if($demoActive)

This feature is disabled

@endif
{{__('messages.profile.change_password')}}

{{__('messages.profile.change_password_exp')}}

@csrf @method('PATCH')

{{__('messages.forgot_pw', ['link' => '' . __('messages.reusable.here') . ''])}}

{{__('messages.profile.2fa')}}

@if (Auth::user()->has2FA())

{{__('messages.profile.2fa_enable_success')}}

@else

{{__('messages.profile.2fa_avail')}}{{__('messages.profile.2fa_avail_exp')}}

@endif
{{__('messages.profile.session_manager')}}

{{__('messages.profile.terminate_others')}}

{{__('messages.profile.current_session', ['ipAddress' => (!$shouldCollect) ? '0.0.0.0 (censored)' : $ip])}}

@if($demoActive)

This feature is disabled

@endif
{{__('messages.profile.contact_settings')}}

{{__('messages.profile.personal_data_change')}}

@csrf @method('PATCH')

{{__('messages.profile.security_nochangepw')}}

Danger Zone

Careful! Actions in these tab might result in irreversible loss of data.

@stop @section('footer') @include('breadcrumbs.dashboard.footer') @stop