add agent name in navbar, add matiruty button in recurring

This commit is contained in:
dev@siliconpin.com
2025-08-13 15:35:23 +05:30
parent a3067c5ad4
commit dfa6ffc54f
5 changed files with 102 additions and 3 deletions

View File

@@ -26,6 +26,7 @@
// Login successful
$_SESSION['user_id'] = $user['user_id'];
$_SESSION['type'] = $user['type'];
$_SESSION['name'] = $user['user_name'];
echo "<div class='alert alert-success'>Login successful. Redirecting...</div>";
echo "<script>setTimeout(() => { window.location.href = '/Admin/View_AC?Type=Loan'; }, 2000);</script>";