@if ($errors->any())
{{ __('Whoops! Something went wrong.') }}
@endif
@csrf {{-- Do not show both of these fields, together. It's recommended that you only show one field at a time and use some logic to toggle the visibility of each field --}}
{{ __('Please confirm access to your account by entering the authentication code provided by your authenticator application.') }}
{{-- ** OR ** --}}
{{ __('Please confirm access to your account by entering one of your emergency recovery codes.') }}