@include('partials.css-links') @include('partials.header')

Verify OTP

@if(session('error'))
{{ session('error') }}
@endif @if(session('success'))
{{ session('success') }}
@endif
@csrf
Don't have an account? Register Now
@include('partials.footer') @include('partials.js-links')