@csrf

{{__('subdomain::app.messages.forgotPageMessage')}}

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

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

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