chnage count cycle function as per account type
This commit is contained in:
8
CONTENT/ROOT_URI/Admin/Agent/add_agent.php
Normal file
8
CONTENT/ROOT_URI/Admin/Agent/add_agent.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
echo "<h3>Add New Agent</h3>";
|
||||
// Your form to add new agent
|
||||
echo "<form method='POST' action='?action=save'>
|
||||
<input type='text' name='agent_name' placeholder='Agent Name'>
|
||||
<button type='submit'>Save Agent</button>
|
||||
</form>";
|
||||
?>
|
||||
Reference in New Issue
Block a user