Push
This commit is contained in:
parent
420ab5fb3f
commit
e1e231ea4e
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user