@csrf @if(getSetting('social-login.facebook_client_id') || getSetting('social-login.twitter_client_id') || getSetting('social-login.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('social-login.facebook_client_id') && !getSetting('social-login.twitter_client_id') && !getSetting('social-login.google_client_id'))

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

@endif