File "product_review.php"
Full Path: /home/krishnamexports/public_html/panel/pages/product_review/product_review.php
File size: 1.51 KB
MIME-type: text/html; charset=us-ascii
Charset: utf-8
<div class="col-lg-12 grid-margin stretch-card">
<div class="card">
<div class="card-body">
<h4 class="card-title">Product/Order Review List</h4>
<div class="table-responsive">
<table class="table table-striped">
<thead>
<tr>
<th>Sr. No.</th>
<th>Customer Name</th>
<th>Product Id</th>
<th>Order Id</th>
<th>Product Title</th>
<th>Product Remark</th>
<th>Date</th>
<th>Quantity</th>
<th>Delivery Time</th>
<th>Action</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>HARSHIT SHARMA</td>
<td>12345</td>
<td>56789</td>
<td>PANASONIC</td>
<td>MOBILE</td>
<td>4/05/2019</td>
<td>2</td>
<td>4 DAYS</td>
<td>Edit | Delete</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>