@extends('layouts.authentication') @section('title', 'Two-Factor Authentication') @section('content')

Verify OTP

@if ($errors->has('otp')) @endif
@csrf
@error('otp') {{ $message }} @enderror
@endsection