{% extends 'info/base.html' %} {% block title %}Admin Dashboard{% endblock %} {% block css %} {% endblock %} {% block content %}

Welcome Admin

Manage teachers, students, and system settings from here

Add Teacher

Enter the details of new faculty to add a new teacher to the database. Make sure to correctly input all values for proper system functionality.

Add Teacher

Add Student

Enter the details of a student to enroll a new student. Fill the details carefully as they are important for academics and records.

Add Student
{% endblock %}