Backend Service

This commit is contained in:
2019-03-11 15:39:10 +00:00
parent 7257a86f16
commit 878d34fb36
11 changed files with 152 additions and 20 deletions
@@ -18,13 +18,29 @@
<tr>
<th>#</th>
<th>Name</th>
<th>Price</th>
<th>In stock</th>
<th>Phone</th>
<th>Chart</th>
<th>Status</th>
<th>Action</th>
</tr>
</thead>
<tbody>
<?php
//print_r($patient_list);
foreach($patient_list as $prow){
?>
<tr>
<td>1</td>
<td><?=$prow->firstname?> <?=$prow->lastname?></td>
<td><?=$prow->phone?></td>
<td><button type="button" class="btn btn-info btn-sm">Chart</button></td>
<td><span class="badge badge-success-inverse">Active</span></td>
<td> <a class="mr-3" href="javascript:void(0);"><i class="fe fe-edit"></i></a><a href="javascript:void(0);"><i class="fe fe-trash-2"></i></a></td>
</tr>
<?
}
?>
<tr>
<td>1</td>
<td>Cold Shoulder Bling Dress</td>