📁
SKYSHELL MANAGER-
🛒
PHP v7.4.33
Create Folder
Create File
Current Path:
home
/
oshofree
/
public_html
/
chbluxuries.com
/
chb_data
/
Name
Size
Permissions
Actions
📁
..
-
0755
🗑️
🔒
📄
config.php
7.06 KB
0444
🗑️
⬇️
✏️
🔒
📄
error_log
13233.86 KB
0644
🗑️
⬇️
✏️
🔒
Editing: refunds.php
<?php include "admin_header.php"; ?> <div class="container-fluid"> <!-- Page Heading --> <h1 class="h3 mb-4 text-gray-800">All Refund Requests</h1> <p style="color:#FF339A;"><?php include "deleterefund.php"; include "acceptrefund.php";?></p> <div class="overflow-auto"> <table class="table table-bordered" id="dataTable" style="color:black; font-size:13px; font-weight:500;" data-toggle='bootgrid'> <thead><tr bgcolor="#FF339A" style="color:white;"> <th data-column-id='employee_name' width='200px'>Order ID</th> <th data-column-id='employee_name' width='200px'>Date</th> <th data-column-id='employee_name' width='200px'>Item</th> <th data-column-id='employee_name' width='200px'>Variation</th> <th data-column-id='employee_name' width='200px'>Current Quantity</th> <th data-column-id='employee_name' width='200px'>To Refund</th> <th data-column-id='employee_salary' width='200px'>Amount</th> <th data-column-id='employee_name' width='200px'>Reason</th> <th data-column-id='employee_salary' width='200px'>Staff</th> <th data-column-id='employee_salary' width='200px'></th> <th data-column-id='employee_salary' width='200px'></th> </tr> </thead> <?php include "refund_display.php"; ?> </table> </div> </div> </div> <?php include "footer.php"; ?>
💾 Save Changes