OTP Verification

Enter 6 Digit OTP

@if(session('success'))
{{ session('success') }}

OTP : {{ session('otp') }}
@endif @if(session('error'))
{{ session('error') }}
@endif
@csrf