c
This commit is contained in:
@@ -12,7 +12,6 @@
|
||||
<th class="text-center border-b-2 p-3">Name</th>
|
||||
<th class="text-center border-b-2 p-3">Email</th>
|
||||
<th class="text-center border-b-2 p-3">Mobile</th>
|
||||
<th class="text-center border-b-2 p-3">Time</th>
|
||||
<th class="text-center border-b-2 p-3">Access</th>
|
||||
<th class="text-center border-b-2 p-3">Access by State</th>
|
||||
<th class="text-center border-b-2 p-3">Action</th>
|
||||
@@ -32,7 +31,6 @@
|
||||
<td class="border-y-2 p-2"><?php echo $row['name']; ?></td>
|
||||
<td class="border-y-2 p-2"><?php echo $row['email']; ?></td>
|
||||
<td class="border-y-2 p-2"><?php echo $row['mobile']; ?></td>
|
||||
<td class="border-y-2 p-2"><?php echo $row['time']; ?></td>
|
||||
<td class="border-y-2 p-2"><?php echo $row['access']; ?></td>
|
||||
<td class="border-y-2 p-2"><?php echo $row['access']; ?></td>
|
||||
<td class="border-y-2 p-2">
|
||||
|
||||
Reference in New Issue
Block a user