c
This commit is contained in:
@@ -40,7 +40,6 @@
|
||||
<tr>
|
||||
<th class="text-center border-b-2 p-3">Serial</th>
|
||||
<th class="text-center border-b-2 p-3">Business Verticals</th>
|
||||
<th class="text-center border-b-2 p-3">Time</th>
|
||||
<th class="text-center border-b-2 p-3">Action</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@@ -58,7 +57,6 @@
|
||||
<tr>
|
||||
<td class="border-y-2 p-2 text-center"><?php echo $bv_counter; ?></td>
|
||||
<td class="border-y-2 p-2 "><?php echo $row['bv']; ?></td>
|
||||
<td class="border-y-2 p-2 text-center"><?php echo $row['time']; ?></td>
|
||||
<td class="border-y-2 p-2">
|
||||
<div class="flex flex-row justify-center">
|
||||
<a href="/admin/edit-business-verticals/?id=<?php echo $row['id']; ?>">Edit</a> |
|
||||
|
||||
Reference in New Issue
Block a user