{{ csrf_field() }}
{{__('subdomain::app.messages.forgotPageMessage')}}
@if($socialAuthSettings->social_auth_enable) @if ($socialAuthSettings->google_status == 'enable')
@lang('auth.signInGoogle')
@endif @if ($socialAuthSettings->facebook_status == 'enable')
@lang('auth.signInFacebook')
@endif @if ($socialAuthSettings->twitter_status == 'enable')
@lang('auth.signInTwitter')
@endif @if ($socialAuthSettings->linkedin_status == 'enable')
@lang('auth.signInLinkedin')
@endif @endif
@lang('auth.email')
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
@if ($errors->has('sub_domain'))
{{ $errors->first('sub_domain') }}
@endif
@lang('app.submit')
{{__('subdomain::app.core.alreadyKnow')}}
{{__('subdomain::app.core.backToSignin')}}