uawdijnntqw1x1x1
IP : 3.22.68.29
Hostname : host45.registrar-servers.com
Kernel : Linux host45.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
jackpotjunglegam
/
public_html
/
80d3f
/
..
/
core
/
resources
/
views
/
partials
/
captcha.blade.php
/
/
@php $customCaptcha = loadCustomCaptcha(); $googleCaptcha = loadReCaptcha() @endphp @if($googleCaptcha) <div class="mb-3"> @php echo $googleCaptcha @endphp </div> @endif @if($customCaptcha) <div class="form-group"> <div class="mb-2"> @php echo $customCaptcha @endphp </div> @if (!request()->routeIs('contact')) <label class="form-label">@lang('Captcha')</label> @endif <input type="text" name="captcha" class="form-control form--control" @if (request()->routeIs('contact')) placeholder="@lang('Enter Code')" @endif required> </div> @endif @if($googleCaptcha) @push('script') <script> (function($){ "use strict" $('.verify-gcaptcha').on('submit',function(){ var response = grecaptcha.getResponse(); if (response.length == 0) { document.getElementById('g-recaptcha-error').innerHTML = '<span class="text-danger">@lang("Captcha field is required.")</span>'; return false; } return true; }); })(jQuery); </script> @endpush @endif
/home/jackpotjunglegam/public_html/80d3f/../core/resources/views/partials/captcha.blade.php