|
@@ -159,6 +159,28 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
@endforeach
|
|
|
+ <div class="row">
|
|
|
+ <div class="col-4 d-flex align-items-center">
|
|
|
+ <label for="recaptcha_preview">{{__("ReCAPTCHA Preview")}}</label>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <div class="col-8">
|
|
|
+
|
|
|
+ <div class="w-100">
|
|
|
+ <div class="input-group mb-3">
|
|
|
+ {!! htmlScriptTagJsApi() !!}
|
|
|
+ {!! htmlFormSnippet() !!}
|
|
|
+ @error('g-recaptcha-response')
|
|
|
+ <span class="text-danger" role="alert">
|
|
|
+ <small><strong>{{ $message }}</strong></small>
|
|
|
+ </span>
|
|
|
+ @enderror
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+
|
|
|
<div class="row">
|
|
|
<div class="col-12 d-flex align-items-center justify-content-end">
|
|
|
<button type="submit"
|