@section('title', __('2FA Verification'))

{{ __('2FA Verification') }}

{{-- view --}}
@if (!$recovery)

{{ __('Please confirm access to your account by entering the authentication code provided by your authenticator application.') }}

@else

{{ __('Please confirm access to your account by entering one of your emergency recovery codes.') }}

@endif
@if (!$recovery)
@else
@endif