<table class="table table-striped align-middle" id="userTable">
<thead>
<tr>
<th>ID</th>
<th>Profile</th>
<th>Username</th>
<th>Email</th>
<th>Department</th>
<th>Role</th>
<th>Created At</th>
<th>Actions</th>
</tr>
</thead>
<tbody>
<tr style="">
<td>1</td>
<td><img src="../uploads/20241214_170907.jpg" alt="Profile"
class="profile-pic"></td>
<td>GhairatUllah</td>
<td>[email protected]</td>
<td>Is</td>
<td>IT</td>
<td>2025-08-12 09:44:25</td>
<td class="table-actions">
<a href="edit_user.php?id=1"><i class="bi bi-pencil-square"></i>
Edit</a>
<a href="delete_user.php?id=1" onclick="return confirm('Are you
sure?')"><i class="bi bi-trash"></i> Delete</a>
</td>
</tr>
<tr style="">
<td>2</td>
<td><img src="../uploads/default.png" alt="Profile" class="profile-
pic"></td>
<td>M Omar</td>
<td>[email protected]</td>
<td>Is</td>
<td>Employee</td>
<td>2025-08-12 09:46:56</td>
<td class="table-actions">
<a href="edit_user.php?id=2"><i class="bi bi-pencil-square"></i>
Edit</a>
<a href="delete_user.php?id=2" onclick="return confirm('Are you
sure?')"><i class="bi bi-trash"></i> Delete</a>
</td>
</tr>
<tr style="">
<td>3</td>
<td><img src="../uploads/1755062424_Captggure.JPG" alt="Profile"
class="profile-pic"></td>
<td>Samiullah</td>
<td>[email protected]</td>
<td>is</td>
<td>Employee</td>
<td>2025-08-13 09:50:24</td>
<td class="table-actions">
<a href="edit_user.php?id=3"><i class="bi bi-pencil-square"></i>
Edit</a>
<a href="delete_user.php?id=3" onclick="return confirm('Are you
sure?')"><i class="bi bi-trash"></i> Delete</a>
</td>
</tr>
</tbody>
</table>