@extends('layouts.guest')
@section('title', __('Two-factor authentication'))
@section('content')
{{ __('Two-factor authentication') }}
{{ __('Enter the 6-digit code from your authenticator app.') }}
{{ __('Enter one of your recovery codes.') }}
@if($errors->any())
{{ $errors->first() }}
@endif
@endsection