diff --git a/hms/admin/dashboard.php b/hms/admin/dashboard.php index ac3a040..32b2ea7 100644 --- a/hms/admin/dashboard.php +++ b/hms/admin/dashboard.php @@ -13,8 +13,8 @@ - - + +
@@ -92,6 +92,22 @@ include('include/page/systemDetails.php'); break; + case 'addStore': + include('include/page/addStores.php'); + break; + + case 'manageStore': + include('include/page/manageStores.php'); + break; + + case 'addClinic': + include('include/page/addClinic.php'); + break; + + case 'manageClinic': + include('include/page/manageClinic.php'); + break; + } ?> @@ -106,7 +122,7 @@ - + --> - + diff --git a/hms/pharma/include/header.php b/hms/pharma/include/header.php index 62481ce..ac50a73 100644 --- a/hms/pharma/include/header.php +++ b/hms/pharma/include/header.php @@ -14,13 +14,9 @@ -