first commit

This commit is contained in:
Olu Amey
2021-10-09 21:59:14 -04:00
commit 2e1a4017c3
6336 changed files with 864678 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
<div class="content-wrapper">
<?php include('common/userstrip.php'); ?>
<div class="panel panel-flat" style='height: 550px;'>
<div class="panel-heading">
<h5 class="panel-title">Payments</h5>
</div>
<div class="panel-heading">
<?php echo $payment_result; ?>
</div>
<div class="panel-heading">
<?php echo $links; ?>
</div>
</div>
</div>