{{ translate('Admin Login Page Image') }}
{{ translate('Site Icon')}}

{{ translate('Welcome to') }} {{ env('APP_NAME') }}

{{ translate('Login to your account')}}
@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if(get_setting('google_recaptcha') == 1 && get_setting('recaptcha_admin_login') == 1) @if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif @endif
@if (env("DEMO_MODE") == "On")
admin@example.com 123456
@endif