@extends('layouts.guest') @section('title', 'Two Factor Challenge') @section('body')
{{ __('Please confirm access to your account by entering the authentication code provided by your authenticator application.') }}
{{ __('Please confirm access to your account by entering one of your emergency recovery codes.') }}
@csrf
{{ __('Use a recovery code') }} {{ __('Use an authentication code') }} {{ __('Log in') }}
@endsection