🩺 Doctor Management
Add New Doctor
âž• Add Doctor
Existing Doctors
{% for d in doctors %}
#{{ d.doctor_id }}
-
{{ d.name }}
({{ d.specialization }})
📞 {{ d.contact }}
{% endfor %}