ok
Mini Shell
<?php include('header.php'); ?>
<style>
.right-content{
display: flex;
justify-content: end;
}
.black{
color: black;
}
</style>
<div class="page-wrapper">
<div class="page-content">
<!-- Orders Content Starts Here -->
<div class="row" style="margin: 0px 1px 15px 2px;">
<div class="col-lg-4">
<h6 class="mb-0"><a href="orders.php" class="black"><i class="bx bx-chevron-left"></i></a> Add Orders</h6>
</div>
<div class="col-lg-8 right-content">
</div>
</div>
<!-- Orders Content Endss Here -->
<table>
<tr>
<th>S.NO</th>
<th>Name</th>
<th>Mobile</th>
<th>Address</th>
<th>Status</th>
</tr>
</table>
</div>
</div>
<?php include('footer.php'); ?>
Zerion Mini Shell 1.0