@extends('layouts.base') @section('title', __('Two-factor authentication')) @section('body')

{{ __('Two-factor authentication') }}

{{ __('Enter the code from your authenticator app.') }}

@csrf
@error('code')
{{ $message }}
@enderror
{{ __('Use a recovery code') }} @error('recovery_code')
{{ $message }}
@enderror
@endsection