PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/trave494/outtheboxministry.org/themes/sunshine/layout/setting/includes/
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64
IP: 209.182.202.254
Choose File :

Url:
Dir : /home/trave494/outtheboxministry.org/themes/sunshine/layout/setting/includes/wallettopup.phtml

<div class="ads-cont-wrapper">
	<table class="table table-striped">
		<thead>
		  <tr>
		    <th><b><?php echo $wo['lang']['id']; ?></b></th>
            <th width="300"><b><?php echo $wo['lang']['status']; ?></b></th>
		    <th><b><?php echo $wo['lang']['date']; ?></b></th>
		    <th><b><?php echo $wo['lang']['amount']; ?></b></th>
		  </tr>
		</thead>
		<tbody id="user-ads">
		<?php if (count($wo['trans']) > 0): ?>
		    <?php foreach ($wo['trans'] as $key => $transaction): ?>
                <?php if ($transaction['kind'] == "WALLET"): ?>
                <tr data-ad-id="<?php echo $transaction['id']; ?>">
                    <td><span><?php echo $transaction['id']; ?></span></td>
                    <td width="300"><span><?php echo $transaction['notes']; ?></span></td>
                    <td><span><?php echo $transaction['transaction_dt']; ?></span></td>
                    <td><span><?php echo Wo_GetCurrency($wo['config']['ads_currency']); ?><?php echo sprintf('%.2f', $transaction['amount'] ); ?></span></td>

                </tr>
                <?php endif; ?>
		    <?php endforeach; ?>
		<?php else: ?>
			<tr>
				<td colspan="4" class="text-center" style="height: 200px;">
					<?php echo $wo['lang']['no_transactions_found']; ?>
				</td>
			</tr>
		<?php endif; ?>
		</tbody>
	</table>
</div>