Dash data

This commit is contained in:
dev-chiefworks
2022-04-23 15:14:16 -04:00
parent ca802eb5a0
commit 5f40e637ea
2 changed files with 14 additions and 8 deletions
+4 -6
View File
@@ -15,8 +15,8 @@
<!-- Members online -->
<div class="panel bg-teal-400">
<div class="panel-body">
<h3 class="no-margin"><?php echo $total_members; ?></h3>
<a href='/bkoreport/signup'>Members Count</a>
<a href='/bkoreport/signup'> <h5 class="no-margin" style="color:white;">MEMBERS : <?php echo $total_members; ?></h5></a>
<h5 class="no-margin">APP : 0</h5>
</div>
</div>
<!-- /members online -->
@@ -28,11 +28,9 @@
<!-- Members online -->
<div class="panel bg-pink-400">
<div class="panel-body">
<h3 class="no-margin"><?php echo $total_balance * 0.01; ?> </h3>
Total Balance [ Naira ]-[Escrow=]
<h5 class="no-margin">NAIRA:<?php echo $total_balance * 0.01; ?> </h5>
<h5 class="no-margin">USD:<?php echo $total_balance_usd * 0.01; ?> </h5>
</div>
</div>
<!-- /members online -->