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

Please sign-in to your account and start the adventure

@if (session('status') === 'email-verified')
Your email has been verified! You can now sign in to your account.
@elseif (session('status'))
{{ session('status') }}
@endif @if (session('error'))
{{ session('error') }}
@endif
@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 @if ($setting->enable_google_login)
or
@if (session('error'))
{{ session('error') }}
@endif @endif