JezK
Edit File: issuetranscationindividualview.php
<?php include("header.php"); ?> <div class="container"> <div class="mt-3 px-md-4 px-0"> <div class="row px-md-3 px-0"> <div class="container pl-0 pr-2 text-dark"> <h5>Customer Details</h5> </div> </div> </div> <div class="warehouse_boxshadow mt-3 mb-5 pl-5"> <div class="container pt-4 pl-4 pb-2 "> <div class="row"> <div class="col-sm-6"> <div class="row"> <div class="col-sm-5 col-4 onhandFlex"> <p><strong>Quatation ID</strong><span>:</span></p> <p><strong>Advance ShipmentID</strong><span>:</span></p> <p><strong>Customer Name</strong><span>:</span></p> <p><strong>Email</strong><span>:</span></p> </div> <div class="col-sm-7 col-7"> <p>369151</p> <p>srs34532</p> <p>Ash</p> <p>Asatae@gmail.com</p> </div> </div> </div> <div class="col-sm-6"> <div class="row"> <div class="col-sm-5 col-4 onhandFlex"> <p><strong>Country</strong><span>:</span></p> <p><strong>City</strong><span>:</span></p> </div> <div class="col-sm-7 col-7"> <p>Joran</p> <p>Unknown</p> </div> </div> </div> </div> </div> </div> <div class="mt-3 px-md-4 px-0"> <div class="row px-md-3 px-0 pb-3"> <div class="container pl-0 pr-2 text-dark"> <h5>Item Details</h5> </div> </div> </div> <div class="warehouse_boxshadow container py-5"> <table class="table table-bordered table_body"> <thead class="theadcolor"> <tr> <th>Item Code</th> <th>Item Description</th> <th>Quantity</th> <th>Reference Number</th> <th>Cost</th> <th>Pallet No.</th> <th>Row</th> <th>Rack</th> <th>Pin</th> </tr> </thead> <tbody> <tr> <td>856</td> <td>Hallowen</td> <td>256</td> <td>9874</td> <td>3654</td> <td>2</td> <td>569</td> <td>W-7</td> <td>1234</td> </tr> </tbody> </table> </div> </div> <?php include("footer.php"); ?>