Login with Email OTP

@include('flash::message')
{{ csrf_field() }} @php if (!request()->has('_captcha_generated')) { $captchaA = rand(1, 9); $captchaB = rand(1, 9); session(['captcha_answer' => $captchaA + $captchaB, 'captcha_question' => "{$captchaA} + {$captchaB}"]); request()->merge(['_captcha_generated' => true]); } $captchaQuestion = session('captcha_question', '3 + 4'); @endphp
@error('captcha') {{ $message }} @enderror
{{-- Google reCAPTCHA widget (optional if RECAPTCHA_SITE_KEY set in .env) --}}

We will send a one-time code (OTP) to this email for secure login.


Log in with Google

Trouble logging in?

Click the button below for help

@include('web.default.view.layout.whatsapp', ['sentence' => 'Need help? Chat admin here'])

Need an account?

Create New Account

@include('flash::message')
{{ csrf_field() }}

Enter your details below

Password must be at least 6 characters
@php if (!request()->has('_captcha_generated')) { $captchaA = rand(1, 9); $captchaB = rand(1, 9); session(['captcha_answer' => $captchaA + $captchaB, 'captcha_question' => "{$captchaA} + {$captchaB}"]); request()->merge(['_captcha_generated' => true]); } $captchaQuestion = session('captcha_question', '3 + 4'); @endphp
@error('captcha') {{ $message }} @enderror

Register with Google

Already have an account?

Forgot your password?

{{ csrf_field() }}
Log in with Google

Or reset below