Welcome back

Enter your credentials to access your account

@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 @if (isset($setting) && $setting->enable_google_login) Continue with Google Continue with GitHub
or
@endif
@csrf
@if ($errors->has('email'))

{{ $errors->first('email') }}

@endif
@if (Route::has('password.request') && isset($setting) && $setting->forgot_password_enable == 1) Forgot password? @endif
@if ($errors->has('password'))

{{ $errors->first('password') }}

@endif
@if (isset($setting) && $setting->enable_recaptcha == 1)
@error('g-recaptcha-response')

{{ $message }}

@enderror
@endif
@if (isset($setting) && $setting->self_registration_enable == 1) @endif @if (isset($setting) && $setting->enable_recaptcha == 1) @endif