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**/ ?>