?> "> <?php echo $message; ?> </div> <?php } ?> <div class="row"> <div class="col-xs-9"> <table class="table"> <tr> <td>Date</td> <td><?php echo display_date_by_timezone('', true, false); ?> </td> <td><a rel="prev" type="text/css" href="#" style="text-decoration: underline;">Previous</a></td> <td><a rel="next" type="text/css" href="#" style="text-decoration: underline;">Next</a></td> </tr> <tr> <td>Registration Code</td> <td> <input type="text" class="form-control" readonly="readonly" disabled="disabled" value="<?php echo $registration_code; ?> "> </td> <td>Reference No</td> <td>
?> <tr> <td><?php echo $i; ?> .</td> <td><?php echo $list['school_name']; ?> </td> <td><?php echo display_date_by_timezone($list['license_date']); ?> </td> <td><?php echo display_date_by_timezone($list['license_expired_date']); ?> </td> <td><?php if (strtotime($list['license_expired_date']) < time() && $list['license_expired_date'] != '0000-00-00 00:00:00') { echo "Suspended"; } else { echo "Active"; } ?> </td> <td> <a title="View Detail" href="<?php echo site_url('admin/institute_detail/' . $list['license_id']); ?> " class="btn btn-warning"><i class="fa fa-list-alt"></i></a>