7 lines
184 B
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
|