Dash data
This commit is contained in:
@@ -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 -->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user