hjkhjkjhkhjkgjghjhgjhgjghjhghjghjhgjjnbvnvbnvk
bnmbnmbnhjkhjkhjkhjktyutyutyuytutyutyutyhgjgjghjgjghjguytutyry
/
home
/
b4h4ej4a6kj6
/
public_html
/
kitsandcleats.in
/
Upload FileeE
HOME
<?php include('header.php'); $order = $_GET['id']; $wo = "where id ='".$order."'"; $order = $obj->getSingle('orders',$wo); ?> <div class="container"> <div class="row"> <div class="card mb-5"> <div class="card-body"> <div class="mb-3 d-flex justify-content-between"> <div> <span class="me-3"> <?php $d = $order['date']; echo $date = date('d-m-Y g:i A',strtotime($d)); ?> </span> <span class="me-3"> <?= "FATEH00".$order['id'];?> </span> <span class="me-3">Visa -1234</span> <span class="badge rounded-pill bg-info">SHIPPING</span> </div> <div class="d-flex"> <button class="btn btn-link p-0 me-3 d-none d-lg-block btn-icon-text"><i class="bi bi-download"></i> <span class="text">Invoice</span></button> <div class="dropdown"> <button class="btn btn-link p-0 text-muted" type="button" data-bs-toggle="dropdown"> <i class="bi bi-three-dots-vertical"></i> </button> <ul class="dropdown-menu dropdown-menu-end"> <li><a class="dropdown-item" href="#"><i class="bi bi-pencil"></i> Edit</a></li> <li><a class="dropdown-item" href="#"><i class="bi bi-printer"></i> Print</a></li> </ul> </div></div></div> <table class="table table-borderless"> <tbody> <tr> <td><div class="d-flex mb-2"> <div class="flex-shrink-0"> <img src="https://www.bootdey.com/image/280x280/87CEFA/000000" alt="" width="35" class="img-fluid"></div> <div class="flex-lg-grow-1 ms-3"> <h6 class="small mb-0"><a href="#" class="text-reset">Wireless Headphones with Noise Cancellation Tru Bass Bluetooth HiFi</a></h6> <span class="small">Color: Black</span></div> </div> </td> <td>1</td> <td class="text-end">$79.99</td> </tr> <tr> <td><div class="d-flex mb-2"> <div class="flex-shrink-0"> <img src="https://www.bootdey.com/image/280x280/FF69B4/000000" alt="" width="35" class="img-fluid"></div> <div class="flex-lg-grow-1 ms-3"> <h6 class="small mb-0"><a href="#" class="text-reset">Smartwatch IP68 Waterproof GPS and Bluetooth Support</a></h6> <span class="small">Color: White</span> </div> </div> </td> <td>1</td> <td class="text-end">$79.99</td> </tr> </tbody> <tfoot> <tr class="fw-bold"> <td colspan="2">TOTAL</td> <td class="text-end">$169,98</td> </tr> </tfoot> </table> </div> </div> </div> </div> <?php include('footer.php'); ?>