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

{{ __('Two factor authentication is enabled!') }}

@else

{{ __('Two factor authentication is disabled.') }}

@endif

{{ __('Two factor authentication requires you to take an extra step when logging in to your :project account. Some actions on :project may require you to have two factor authentication enabled.', ['project' => config('app.name')]) }}

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

@else

@endif