|
@@ -90,6 +90,17 @@
|
|
</span>
|
|
</span>
|
|
@endif
|
|
@endif
|
|
</div>
|
|
</div>
|
|
|
|
+ @if (app(App\Settings\GeneralSettings::class)->recaptcha_enabled)
|
|
|
|
+ <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>
|
|
|
|
+ @endif
|
|
</div>
|
|
</div>
|
|
<div class="card-footer">
|
|
<div class="card-footer">
|
|
<button type="submit" class="btn btn-primary ticket-once">
|
|
<button type="submit" class="btn btn-primary ticket-once">
|