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/patient/paymentfailed.php
<div class="content-wrapper" style="min-height: 1126px;">
    <section class="content-header">
        <h1>
            <?php echo $this->lang->line('payment'); ?>
        </h1>
    </section>
    <!-- Main content -->
    <section class="invoice">
        <div class="row">
            <div class="alert alert-warning alert-dismissible">
                <h4><i class="icon fa fa-warning"></i><?php echo $this->lang->line('cancelled'); ?></h4>
                <a style='color: #3c8dbc;  display: inline-table;' href="<?php echo site_url('patient/dashboard/ipdprofile') ?>"><?php echo $this->lang->line('cancelled_message') ?></a>
            </div>
        </div>
    </section>
    <div class="clearfix"></div>
</div>