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

Dir : /home/trave494/outtheboxministry.org/themes/g/wowonder/layout/ads/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/g/wowonder/layout/ads/includes/latest_activities.phtml

<div class="ads-cont-wrapper">
	<?php if (count($wo['trans']) > 0): ?>
		<table class="table table-responsive wow_wallet_trans">
			<thead>
				<tr>
					<th><?php echo $wo['lang']['type']; ?></th>
					<th width="300"><?php echo $wo['lang']['description']; ?></th>
					<th><?php echo $wo['lang']['date']; ?></th>
					<th><?php echo $wo['lang']['amount']; ?></th>
				</tr>
			</thead>
			<tbody id="user-ads">
				<?php foreach ($wo['trans'] as $key => $transaction): ?>
					<tr data-ad-id="<?php echo $transaction['id']; ?>">
						<td class="wallet_trans_type">
							<?php if ($transaction['kind'] == "SALES") { ?>
								<span class="badge success"><?php echo $transaction['kind']; ?></span>
							<?php } else if ($transaction['kind'] == "PRO") { ?>
								<span class="badge warning"><?php echo $transaction['kind']; ?></span>
							<?php } else if ($transaction['kind'] == "SENT") { ?>
								<span class="badge info"><?php echo $transaction['kind']; ?></span>
							<?php } else if ($transaction['kind'] == "WALLET" || $transaction['kind'] == "RECEIVED" || $transaction['kind'] == "SALE") { ?>
								<span class="badge success"><?php echo $transaction['kind']; ?></span>
							<?php } else if ($transaction['kind'] == "PURCHASE") { ?>
								<span class="badge danger"><?php echo $transaction['kind']; ?></span>
							<?php } else { ?>
								<span class="badge"><?php echo $transaction['kind']; ?></span>
							<?php } ?>
						</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 endforeach; ?>
			</tbody>
		</table>
	<?php else: ?>
		<div class="empty_state">
			<img class="empty_state_img" src="<?php echo $wo['config']['theme_url'];?>/img/no_transaction.svg"> <?php echo $wo['lang']['no_transactions_found']; ?>
		</div>
	<?php endif; ?>
</div>