@extends('auth.layout') @section('title', 'Two-step verification') @section('content')

Account security

Two-step verification

Enter the 6-digit code from your authenticator app.

@csrf
@error('code')

{{ $message }}

@enderror
Use a recovery code
@csrf
@endsection