{{-- Captcha --}}
@if(get_setting('captcha_enabled', false))
{{ $errors->first('g-recaptcha-response') }}
@endif
{!! NoCaptcha::renderJs() !!}
@endif
{{-- Submit --}}
@if(get_setting('feature_google_oauth', false))
@endif
@if(get_setting('feature_facebook_oauth', false))
@endif
@if(get_setting('feature_github_oauth', false))
@endif