@extends('layouts.custommaster') @section('content')

{{lang('Login', 'menu')}}

{{lang('Sign In to your account')}}

@if($socialAuthSettings->envato_status == 'enable' || $socialAuthSettings->google_status == 'enable'||$socialAuthSettings->facebook_status == 'enable' || $socialAuthSettings->twitter_status == 'enable')
@if($socialAuthSettings->envato_status == 'enable')
Login with Envato
@endif @if($socialAuthSettings->google_status == 'enable')
Login with Google
@endif @if($socialAuthSettings->facebook_status == 'enable')
Login with Facebook
@endif @if($socialAuthSettings->twitter_status == 'enable')
Login with Twitter
@endif
Or
@endif
@if(setting('login_disable') == 'on') @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

{{lang('Back to home')}}

@endsection @section('scripts') @endsection