Push
This commit is contained in:
parent
420ab5fb3f
commit
e1e231ea4e
@ -71,16 +71,16 @@
|
|||||||
</div><!-- .form-group -->
|
</div><!-- .form-group -->
|
||||||
{!! ReCaptcha::htmlScriptTagJsApi() !!}
|
{!! ReCaptcha::htmlScriptTagJsApi() !!}
|
||||||
<div
|
<div
|
||||||
class="col-12 d-flex justify-content-center mb-2 @error('g-recaptcha-response') is-invalid
|
class="col-12 d-flex justify-content-center mb-2 @error('g-recaptcha-response') is-invalid
|
||||||
@enderror">
|
@enderror">
|
||||||
<div> {!! htmlFormSnippet() !!} </div>
|
<div> {!! htmlFormSnippet() !!} </div>
|
||||||
</div>
|
</div>
|
||||||
@if ($errors->has('g-recaptcha-response'))
|
@if ($errors->has('g-recaptcha-response'))
|
||||||
<div class="col-12 d-flex justify-content-center">
|
<div class="col-12 d-flex justify-content-center">
|
||||||
<small class="text-danger">{{ $errors->first('g-recaptcha-response') }}
|
<small class="text-danger">{{ $errors->first('g-recaptcha-response') }}
|
||||||
</small>
|
</small>
|
||||||
</div>
|
</div>
|
||||||
@endif
|
@endif
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<button class="btn btn-lg btn-primary btn-block">Masuk</button>
|
<button class="btn btn-lg btn-primary btn-block">Masuk</button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user