{{ __('Hello!') }}

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

@csrf
{{ __('Username') }}
{{ __('Password') }}
@if (setting('google_recaptcha_enabled'))
@endif @if (setting('cloudflare_turnstile_enabled')) @endif {{ __('Login') }}