@csrf

@lang('subdomain::app.core.workspaceTitle')

{{__('subdomain::app.core.enterYourSubdomain')}}

@if($socialAuthSettings->social_auth_enable) @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 @endif
.{{ getDomain() }}
@if ($errors->has('sub_domain'))
{{ $errors->first('sub_domain') }}
@endif

{{__('subdomain::app.core.signInTitle')}}

{{__('subdomain::app.messages.findCompanyUrl')}}
@if (isWorksuiteSaas() && !$globalSetting->frontend_disable)

@lang('superadmin.goToWebsite')

@endif @if ($global->enable_register)

@lang('subdomain::app.core.dontHaveAccount')

@endif