This commit is contained in:
Suvodip
2024-05-25 16:51:13 +05:30
parent ee5ef78a87
commit 9fb40c9bc8
2 changed files with 0 additions and 275 deletions

View File

@@ -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> &nbsp; | &nbsp;