WELCOME TO {{ env('APP_NAME') }}

Developed By
UDARAX

Welcome to {{ env('APP_NAME') }}! 👋

Please sign-in to your account and start the adventure

@csrf
@if (Route::has('password.request') && $setting->forgot_password_enable == 1) {{ __('Forgot your password?') }} @endif
@if ($setting->enable_recaptcha == 1)
recaptcha_site_key }}>
@error('g-recaptcha-response') {{ $message }} @enderror
@endif @if ($setting->self_registration_enable == 1)

New on our platform? Create an account

@endif