{{ __('Hello!') }}

{{ __('There is currently :online users online', ['online' => DB::table('users')->where('online', '1')->count()]) }}

@csrf
{{ __('Username') }}
{{ __('Password') }}
@if (setting('google_recaptcha_enabled'))
@endif @if (setting('cloudflare_turnstile_enabled')) @endif {{ __('Login') }} @if(setting('social_login_google_enabled') == '1' || setting('social_login_discord_enabled') == '1' || setting('social_login_github_enabled') == '1')

{{ __('Or login with') }}

@if(setting('social_login_google_enabled') == '1') {{ __('Login with Google') }} @endif @if(setting('social_login_discord_enabled') == '1') {{ __('Login with Discord') }} @endif @if(setting('social_login_github_enabled') == '1') {{ __('Login with GitHub') }} @endif
@endif