/home/edulekha/crm.edulekha.com/application/views/admin/settings/includes/pusher.php
<?php defined('BASEPATH') or exit('No direct script access allowed'); ?>
<?php echo render_input('settings[pusher_app_id]', 'pusher_app_id', get_option('pusher_app_id')); ?>
<?php echo render_input('settings[pusher_app_key]', 'pusher_app_key', get_option('pusher_app_key')); ?>
<?php echo render_input('settings[pusher_app_secret]', 'pusher_app_secret', get_option('pusher_app_secret')); ?>

<i class="fa-regular fa-circle-question pull-left tw-mt-0.5 tw-mr-1" data-toggle="tooltip" data-title="<?php echo _l('pusher_cluster_notice'); ?>"></i>
<?php echo render_input('settings[pusher_cluster]', 'Cluster <small><a href="https://pusher.com/docs/clusters" target="_blank">https://pusher.com/docs/clusters</a></small>', get_option('pusher_cluster')); ?>
<?php hooks()->do_action('after_pusher_cluster_option'); ?>
<hr />
<?php echo render_yes_no_option('pusher_realtime_notifications', 'pusher_enable_realtime_notifications'); ?>
<hr />
<?php echo render_yes_no_option('desktop_notifications', 'enable_desktop_notifications', 'Starting from September 2017 the application must run on SSL in order desktop notifications to work properly (browsers requires SSL).'); ?>
<hr />
<i class="fa-regular fa-circle-question pull-left tw-mt-0.5 tw-mr-1" data-toggle="tooltip" data-title="Google Chrome"></i>
<?php echo render_input('settings[auto_dismiss_desktop_notifications_after]', 'auto_dismiss_desktop_notifications_after', get_option('auto_dismiss_desktop_notifications_after')); ?>
<div id="pusherHelper"></div>