Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
panel
/
pages
/
product_review
:
product_review.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<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>