HEX
Server: LiteSpeed
System: Linux s3604.bom1.stableserver.net 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
User: dmstechonline (1480)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/dmstechonline/crm.chaitanyahospitalvirar.com/application/views/admin/report/_ot.php
<div class="box-header with-border">
                        <h3 class="box-title"><?php echo $this->lang->line('ot');; ?></h3>
                    </div>
<div class="box-body row">
    <ul class="reportlists">
<?php         
if ($this->rbac->hasPrivilege('ot_report', 'can_view')) {
    ?><li class=" col-lg-4 col-md-4 col-sm-6 <?php echo set_SubSubmenu('reports/operationtheatre/otreport'); ?>"><a href="<?php echo base_url(); ?>admin/operationtheatre/otreport"><i class="fa fa-file-text-o"></i> <?php echo $this->lang->line('ot_report'); ?></a></li>
<?php
} ?> 
    </ul>
</div>