@extends('layouts.guest') @section('title', __('Two-factor authentication')) @section('content')

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

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

@if($errors->any())
{{ $errors->first() }}
@endif
@csrf
@endsection