{% extends "base.html" %} {% block content %}

🏥 Medical Center Dashboard

Welcome, {{ user.username }} ({{ user.role }})

📋

Patient Management

Register and manage patients

Go to Patients 📤 Export Patients
👨‍⚕️

Doctor Management

Manage doctors and their details

Go to Doctors
📅

Appointments

Schedule and manage appointments

Go to Appointments
💊

Medicine Inventory

Manage medicine stock

Go to Medicines 📥 Import Medicines
💰

Billing System

Generate and manage bills

Go to Billing
📝

Prescriptions

Create and manage prescriptions

Go to Prescriptions
📊

Reports & Analytics

View system reports

Go to Reports
⚙️

Settings & Admin

Configure system settings

🏥 Hospital Settings 🖼️ Prescription Settings {% if user.role == 'Administrator' %} 👥 User Management 🔑 Registration Keys {% endif %}
{% endblock %}