@csrf @if(getSetting('social-login.facebook_client_id') || getSetting('social-login.twitter_client_id') || getSetting('social-login.google_client_id'))

{{__('Already got an account?')}} @if(isset($mode) && $mode == 'ajax') {{__('Sign in')}} @else {{__('Sign in')}} @endif

@endif
@error('name') {{ $message }} @enderror
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@error('password_confirmation') {{ $message }} @enderror
@if(getSetting('security.recaptcha_enabled') && !Auth::check())
{!! NoCaptcha::display(['data-theme' => (Cookie::get('app_theme') == null ? (getSetting('site.default_user_theme')) : Cookie::get('app_theme') )]) !!} {{-- {!! NoCaptcha::displaySubmit('register-form', 'submit now!', ['data-theme' => (Cookie::get('app_theme') == null ? (getSetting('site.default_user_theme')) : Cookie::get('app_theme') )]) !!}--}} @error('g-recaptcha-response') {{__("Please check the captcha field.")}} @enderror
@endif
@if(!getSetting('social-login.facebook_client_id') && !getSetting('social-login.twitter_client_id') && !getSetting('social-login.google_client_id'))

{{__('Already got an account?')}} @if(isset($mode) && $mode == 'ajax') {{__('Sign in')}} @else {{__('Sign in')}} @endif

@endif