@push('styles') @foreach ($frontWidgets as $item) @if(!is_null($item->header_script)) {!! $item->header_script !!} @endif @endforeach @endpush
{{ csrf_field() }}

@lang('app.login')

@if ($socialAuthSettings->google_status == 'enable') Google @lang('auth.signInGoogle') @endif @if ($socialAuthSettings->facebook_status == 'enable') Google @lang('auth.signInFacebook') @endif @if ($socialAuthSettings->twitter_status == 'enable') Google @lang('auth.signInTwitter') @endif @if ($socialAuthSettings->linkedin_status == 'enable') Google @lang('auth.signInLinkedin') @endif @if ($socialAuthSettings->social_auth_enable)

@lang('auth.useEmail')

@endif
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if ($socialAuthSettings->social_auth_enable && !$errors->has('g-recaptcha-response')) @if ($company->allow_client_signup) @lang('app.signUpAsClient') @endif @if (isWorksuiteSaas() && !module_enabled('Subdomain')) @if ($globalSetting->enable_register == true) @lang('app.signUp') @endif @endif @endif
social_auth_enable && !$errors->has('g-recaptcha-response')) class="d-none" @endif>
@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
@if ($globalSetting->google_recaptcha_status == 'active')
@endif @if ($errors->has('g-recaptcha-response'))
{{ $errors->first('g-recaptcha-response') }}
@endif {{-- WORKSUITESAAS --}} @if ($company?->allow_client_signup && isWorksuite()) @lang('app.signUpAsClient') @endif
@if (isWorksuiteSaas()) @php $redirect = route('front.home'); $signup = route('front.signup.index'); if(module_enabled('Subdomain')){ $redirect = (!is_null(config('app.main_application_subdomain')) && config('app.main_application_subdomain') !=='')?'//'.config('app.main_application_subdomain'):'//'.getDomain(); $signup = $redirect.'/signup'; } @endphp @if(!$globalSetting->frontend_disable)

@lang('superadmin.goToWebsite')

@endif @if ($globalSetting->enable_register)

@lang('superadmin.dontHaveAccount') @lang('app.signUp')

@endif @endif
@if ($globalSetting->google_recaptcha_status == 'active' && $globalSetting->google_recaptcha_v2_status == 'active') @endif @if ($globalSetting->google_recaptcha_status == 'active' && $globalSetting->google_recaptcha_v3_status == 'active') @endif @foreach ($frontWidgets as $item) @if(!is_null($item->footer_script)) {!! $item->footer_script !!} @endif @endforeach