add agent panel
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
<?php
|
||||
if(!isset($_SESSION) && empty($_SESSION['user_id'])){
|
||||
echo "<script>window.location.href = '/Agent/agent-login'</script>";
|
||||
exit;
|
||||
}
|
||||
?>
|
||||
<div class="container">
|
||||
<h3 class="">New Payment</h3>
|
||||
<div style="display: flex; gap: 20px; flex-direction: row;">
|
||||
|
||||
Reference in New Issue
Block a user