@extends('layouts.auth') @section('title', 'Two-Factor Verification — Tenseal') @section('content')

Two-Factor Verification

Enter the 6-digit code from your authenticator app, or a recovery code.

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