@extends($activeTemplate . 'layouts.master') @section('content') @php $user = auth()->user(); $auth = getContent('auth_page.content', true); @endphp
@if (!$user->ts)

{{__($auth->data_values->security_page_alert_message)}} {{__($auth->data_values->security_page_link_text)}}

@endif

{{ __($pageTitle) }}

#@lang('Change password')
@lang('Update your account password to strengthen security and protect your account').
@lang('Change Now')
@lang('Two step verification')
@if (!$user->ts) @lang('Enabled two-step verification to secure your account'). @else @lang('Two-step verification is enabled. Your account is more secure now'). @endif
@if (!$user->ts) @lang('Turn on') @else @lang('Turn off') @endif
@endsection