@include('partials.css-links')
@include('partials.header')
Verify OTP
@if(session('error'))
{{ session('error') }}
@endif @if(session('success'))
{{ session('success') }}
@endif
@csrf
Enter the OTP sent to your email
Verify OTP
Don't have an account?
Register Now
@include('partials.footer') @include('partials.js-links')