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

Verify it’s you

Enter your six-digit authenticator code or a one-time recovery code.

@csrf
@error('code')
{{ $message }}
@enderror
Cancel
@endsection