This commit is contained in:
Alfin Afif 2025-09-10 18:29:16 +07:00
parent 420ab5fb3f
commit e1e231ea4e

View File

@ -71,16 +71,16 @@
</div><!-- .form-group -->
{!! ReCaptcha::htmlScriptTagJsApi() !!}
<div
class="col-12 d-flex justify-content-center mb-2 @error('g-recaptcha-response') is-invalid
@enderror">
<div> {!! htmlFormSnippet() !!} </div>
</div>
@if ($errors->has('g-recaptcha-response'))
<div class="col-12 d-flex justify-content-center">
<small class="text-danger">{{ $errors->first('g-recaptcha-response') }}
</small>
</div>
@endif
class="col-12 d-flex justify-content-center mb-2 @error('g-recaptcha-response') is-invalid
@enderror">
<div> {!! htmlFormSnippet() !!} </div>
</div>
@if ($errors->has('g-recaptcha-response'))
<div class="col-12 d-flex justify-content-center">
<small class="text-danger">{{ $errors->first('g-recaptcha-response') }}
</small>
</div>
@endif
<div class="form-group">
<button class="btn btn-lg btn-primary btn-block">Masuk</button>
</div>