add new functionality in agent dashboard

This commit is contained in:
ns77@siliconpin.com
2025-09-02 12:06:32 +00:00
parent b515e6d501
commit aefcd3fdc6

View File

@@ -15,7 +15,7 @@ $sql = "SELECT * FROM `" . $GLOBALS['arif_tran'] . "`WHERE `AT_ADMIN` = '" . $co
$result = $conn->query($sql); $result = $conn->query($sql);
?> ?>
<div class="container" style="margin-top:80px; margin-bottom:80px;"> <div class="container" style="margin-top:80px; margin-bottom:40px;">
<h3>Transaction Records</h3> <h3>Transaction Records</h3>
<?php if ($result && $result->num_rows > 0): ?> <?php if ($result && $result->num_rows > 0): ?>