����JFIF��x�x������Exif��MM�*���� ����E���J����������������(������������������
Server IP : 103.191.208.227 / Your IP : 18.116.67.43 Web Server : LiteSpeed System : Linux emphasis.herosite.pro 4.18.0-553.8.1.lve.el8.x86_64 #1 SMP Thu Jul 4 16:24:39 UTC 2024 x86_64 User : mhmsfzcs ( 1485) PHP Version : 8.1.31 Disable Function : show_source, system, shell_exec, passthru, exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/mhmsfzcs/vflyorions.com/.well-known/../../highlandbnd.com/agent_customer/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include 'links.php'; include 'topbar.php'; include 'main-sidebar.php'; ?> <style> .status-btn{ color: green; font-weight: bold; } .status-btn1{ color: red; font-weight: bold; } </style> <div class="page-body"> <!-- Container-fluid starts--> <div class="container-fluid"> <div class="row"> <div class="col-sm-12"> <div class="card"> <div class="card-header"> <h4>Total Withdrawal</h4> </div> <div class="card-body"> <div class="table-responsive theme-scrollbar"> <table class="display" id="row_create" style="width:100%"> <thead> <tr> <th>Sr. No</th> <th>Withdrawal Id</th> <th>Date</th> <th>Amount</th> <th>Payment Status</th> <th style="display:none;"></th> </tr> </thead> <tbody> <tr> <td>1</td> <td>101</td> <td>29 / 04/ 2024</td> <td>Rs. 25000/-</td> <td class="status-btn">Done</td> <td style="display:none;"></td> </tr> <tr> <td>2</td> <td>102</td> <td>8 / 05/ 2023</td> <td>Rs. 15000/-</td> <td class="status-btn1">Pending</td> <td style="display:none;"></td> </tr> </tbody> </table> </div> </div> </div> </div> </div> </div> <!-- Container-fluid Ends--> </div> <?php include 'footer.php'; ?>