{{ __('Security Setting') }}

{{ __('These settings are helps you keep your account secure.') }}

{{ __('Save my Activity Logs') }}

{!! __('Save your all :link including unusual activity detected.', ['link' => ''.__('activity logs').'']) !!}

{{ __('Email me if encounter unusual activity') }}

{{ __('You will get email notification whenever encounter invalid login activity.') }}

{{ __('Change Email Address') }}

{{ __('Update your current email address to new email address.') }}

@if(user_meta('user_new_email', false)) @else @endif
{{ __('Change Password') }}

{{ __('Set a unique password to protect your account.') }}

    • {{ __('Change Password') }}
    • {!! __('Last changed: :date', ['date' => ''.((user_meta('last_password_changed')) ? show_date(user_meta('last_password_changed')) : __('N/A')).'' ]) !!}
{{ __('2FA Authentication') }} @if (data_get(auth()->user(), '2fa')) {{ __('Enabled') }} @else {{ __('Disabled') }} @endif

{{ __('Secure your account with 2FA security. When it is activated you will need to enter not only your password, but also a special code using your mobile.') }}

@if (data_get(auth()->user(), '2fa')) {{ __('Disable') }} @else {{ __('Enable') }} @endif
@push('modal') {{-- Change Email Modal --}} {{-- Email Confirmation Modal --}} {{-- Change Password Modal --}} {{-- Password Change Confirmation Modal --}} @if (data_get(auth()->user(), '2fa')) {{-- 2fa disable modal --}} @else {{-- 2fa enable modal --}} @endif @endpush @push('scripts') @endpush