sarga/packages/Webkul/Customer/src/Resources/views/captcha/view.blade.php

7 lines
184 B
PHP
Raw Normal View History

2021-07-02 04:29:34 +00:00
<div {!! $htmlAttributes !!}></div>
@if ($errors->has('g-recaptcha-response'))
<span class="control-error">
{{ $errors->first('g-recaptcha-response') }}
</span>
@endif