@csrf @if(getSetting('profiles.social_auth_facebook_client_id') || getSetting('profiles.social_auth_twitter_client_id') || getSetting('profiles.social_auth_google_client_id'))

{{__("Don't have an account?")}} @if(isset($mode) && $mode == 'ajax') {{__('Sign up')}} @else {{__('Sign up')}} @endif

@endif
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@if (Route::has('password.request'))
@if(isset($mode) && $mode == 'ajax') {{ __('Forgot Your Password?') }} @else {{ __('Forgot Your Password?') }} @endif
@endif
@if(!getSetting('profiles.social_auth_facebook_client_id') && !getSetting('profiles.social_auth_twitter_client_id') && !getSetting('profiles.social_auth_google_client_id'))

{{__("Don't have an account?")}} @if(isset($mode) && $mode == 'ajax') {{__('Sign up')}} @else {{__('Sign up')}} @endif

@endif