Coupons model

This commit is contained in:
dev-chiefworks
2022-05-31 17:51:10 -04:00
parent 0b5f3d03d5
commit 115308d231
3 changed files with 23 additions and 19 deletions
+7 -15
View File
@@ -43,13 +43,11 @@
<div class="col-lg-4">
<!-- Members online -->
<div class="panel bg-blue-400">
<div class="panel-body">
<h3 class="no-margin"><?php echo $dummy; ?></h3>
<a href='/bkotransaction/activecontract'> Active Jobs </a>
</div>
<div class="panel bg-teal-400">
<div class="panel-body">
<a href='/bkoreport/signup'> <h5 class="no-margin" style="color:white;">Active Pending : <?php echo $dummy; ?></h5></a>
<h5 class="no-margin">APP : 0</h5>
</div>
</div>
<!-- /members online -->
@@ -75,13 +73,7 @@
<?php echo $coupons_summary_table; ?>
</div>
</div>
</div>
<!-- /traffic sources -->
</div>
<div class="col-lg-6">
@@ -90,7 +82,7 @@
<!-- Daily sales -->
<div class="panel panel-flat">
<div class="panel-heading">
<h6 class="panel-title"><b><a href='/bkotransaction/moneytransfer'>Recent Transfer</a></b></h6>
<h6 class="panel-title"><b><a href='/coupons'>Recent Allocation</a></b></h6>
<div class="heading-elements">
</div>
</div>
@@ -100,7 +92,7 @@
</div>
<div class="table-responsive">
<?php echo $dummy; ?>
<?php echo $coupons_recent_alloc; ?>
</div>
</div>
<!-- /daily sales -->