| Server IP : 162.214.74.102 / Your IP : 216.73.216.139 Web Server : Apache System : Linux dedi-4363141.lrsys.com.br 3.10.0-1160.119.1.el7.tuxcare.els25.x86_64 #1 SMP Wed Oct 1 17:37:27 UTC 2025 x86_64 User : lrsys ( 1015) PHP Version : 5.6.40 Disable Function : exec,passthru,shell_exec,system MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/lrsys/www/lrsys_projetos/sopizzas/application/views/superadmin/ |
Upload File : |
<table class="table no-margin table-hover">
<thead>
<tr class="label-info labelinfo1">
<th class="text-center">S.No</th>
<th class="text-center">
Name<span class="shorting-action">
<i class="fa fa-sort-asc" aria-hidden="true"></i>
<i class="fa fa-sort-desc" aria-hidden="true"></i>
</span>
</th>
<th class="text-center">
Restaurant<span class="shorting-action">
<i class="fa fa-sort-asc" aria-hidden="true"></i>
<i class="fa fa-sort-desc" aria-hidden="true"></i>
</span>
</th>
<th class="text-center">
Price<span class="shorting-action">
<i class="fa fa-sort-asc" aria-hidden="true"></i>
<i class="fa fa-sort-desc" aria-hidden="true"></i>
</span>
</th>
<th class="text-center">Payment Type</th>
<th class="text-center">Order Date</th>
<th class="text-center">Transaction id</th>
<th class="text-center">Action</th>
</tr>
</thead>
<tbody>
<?php if(is_array($PaymetList) && sizeof($PaymetList)>0){
foreach ($PaymetList as $key => $value) {
?>
<tr id="deletecate">
<td class="text-center paddingtop16">1.</td>
<td class="text-center paddingtop16">Dibyendu</td>
<td class="text-center paddingtop16">Delightful Food Court</td>
<td class="text-center paddingtop16">5.40</td>
<td class="text-center paddingtop16">cod</td>
<td class="text-center paddingtop16">Jul 8, 2016</td>
<td class="text-center paddingtop16">TI21345648</td>
<td class="text-center paddingtop16">
<span class="newsolidbtn1 btn btn-outline red btn-sm opo btn-circle"><i class="fa fa-trash-o" aria-hidden="true"></i> Delete</span>
</td>
</tr>
<?php } }?>
</tbody>
</table>
<div>
<?php echo $this->ajax_pagination->create_links(); ?>
</div>