HEX
Server: LiteSpeed
System: Linux s1049.use1.mysecurecloudhost.com 4.18.0-477.27.2.lve.el8.x86_64 #1 SMP Wed Oct 11 12:32:56 UTC 2023 x86_64
User: xedaptot (3356)
PHP: 8.3.31
Disabled: NONE
Upload Files
File: /home/xedaptot/be.naniguide.com/storage/framework/views/f4580337e409a26dfb6ab10eea9c271e.php
<div class="form-group">
    <div class="d-flex" style="width:100%">
        <div class="me-5">
            <label class="fw-semibold">
                <?php echo e(trans('messages.tracking_domain.enable_https'), false); ?>

            </label>
            <p class="checkbox-description mt-1 mb-0">
                <?php echo e(trans('messages.setting.tracking_domain.enable_https.help'), false); ?>

            </p>
        </div>
            
        <div class="d-flex align-items-top ms-auto">
            <?php echo $__env->make('helpers.form_control.switcher', [
                'name' => 'general[tracking_domain.enable_https]',
                'value' => Acelle\Model\Setting::get('tracking_domain.enable_https'),
                'on_value' => 'yes',
                'off_value' => 'no',
            ], array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?>
        </div>
    </div>
</div><?php /**PATH /home/xedaptot/be.naniguide.com/resources/views/admin/settings/general/tracking_domain-enable_https.blade.php ENDPATH**/ ?>