@lang('app.two_factor_authentication')
@lang('app.enable_disable_2fa')
@if (! config('services.authy.key'))
@lang('app.in_order_to_enable_2fa')
@lang('app.new_application_on')
@lang('app.authy_website'),
@lang('app.and_update_your')
AUTHY_KEY
@lang('app.environment_variable_inside')
.env
@lang('app.file').
@else
@if (settings('2fa.enabled'))
{!! Form::open(['route' => 'settings.auth.2fa.disable', 'id' => 'auth-2fa-settings-form']) !!}
{!! Form::close() !!}
@else
{!! Form::open(['route' => 'settings.auth.2fa.enable', 'id' => 'auth-2fa-settings-form']) !!}
{!! Form::close() !!}
@endif
@endif