Backend Service
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user