@if($reCaptcha->status === \App\Models\ApiSettings::ENABLE) {!! NoCaptcha::display() !!} {!! NoCaptcha::renderJs() !!}
@if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif @endif