@if ($this->enabled) {{ __('You have now enabled two factor authentication') }} @else {{ __('You have not enabled two factor authentication') }} @endif

@if (!$this->enabled)

{{ __('This is a security risk since you can manage profiles with critical permissions. You should enable two factor authentication now.') }}

{{ __('Enable') }}
@endif