{{lang('Login', 'menu')}}
@if($socialAuthSettings->envato_status == 'enable' || $socialAuthSettings->google_status == 'enable'||$socialAuthSettings->facebook_status == 'enable' || $socialAuthSettings->twitter_status == 'enable')
@if($socialAuthSettings->envato_status == 'enable')
{{lang('Login with Envato')}}
@endif @if($socialAuthSettings->google_status == 'enable')
{{lang('Login with Google')}}
@endif @if($socialAuthSettings->facebook_status == 'enable')
{{lang('Login with Facebook')}}
@endif @if($socialAuthSettings->twitter_status == 'enable')
{{lang('Login with Twitter')}}
@endif
{{lang('Or')}}
@endif
@if(setting('login_disable') == 'on')
{{setting('login_disable_statement')}}
@endif
@csrf @honeypot
@if(setting('CAPTCHATYPE')=='manual') @if(setting('RECAPTCH_ENABLE_LOGIN')=='yes')
{!! captcha_img('') !!}
@endif @endif
@if(setting('CAPTCHATYPE')=='google') @if(setting('RECAPTCH_ENABLE_LOGIN')=='yes')
@endif @endif
{{lang('Forgot Password?')}} @if(setting('REGISTER_DISABLE') == 'on')

{{lang('Don’t have account?')}}{{lang('Register', 'menu')}}

@endif