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

7 lines
184 B
PHP

<div {!! $htmlAttributes !!}></div>
@if ($errors->has('g-recaptcha-response'))
<span class="control-error">
{{ $errors->first('g-recaptcha-response') }}
</span>
@endif