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/8815a24e1f91483f31ac02df263b82b0.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.setting.automation.outgoing_webhook'), false); ?>

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

            </p>
        </div>
            
        <div class="d-flex align-items-top ms-auto">
            <label class="checker">
                <input type="hidden" name="general[automation.outgoing_webhook]" value="no" />
                <input
                    type="checkbox"
                    name="general[automation.outgoing_webhook]"
                    value="yes" class="styled4"
                    <?php echo e(Acelle\Model\Setting::get('automation.outgoing_webhook') == 'yes' ? 'checked' : '', false); ?>

                >
                <span class="checker-symbol"></span>
            </label>
        </div>
    </div>
</div><?php /**PATH /home/xedaptot/be.naniguide.com/resources/views/admin/settings/general/automation-outgoing_webhook.blade.php ENDPATH**/ ?>