@lang('messages.enable2FAUsingEmail', ['email' => user()->email])
@if (($smtpSetting->mail_driver == 'smtp' && $smtpSetting->verified) || $smtpSetting->mail_driver == 'mail') @if (($user->two_fa_verify_via == 'email' || $user->two_fa_verify_via == 'both') && $user->two_factor_email_confirmed)@lang('messages.enable2FAUsingAuthenticator')
@if ($user->two_factor_secret)@lang('modules.twofactor.2faBarcode')
{!! $user->twoFactorQrCodeSvg() !!}