Verify OTP

Enter the 6-digit OTP sent to your email

@if (session('otp'))
OTP: {{ session('otp') }}
@endif
@if (session('success'))
{{ session('success') }}
@endif
@csrf
@error('otp')
{{ $message }}
@enderror