diff --git a/admin/details.php b/admin/details.php
new file mode 100644
index 0000000..a39dcd3
--- /dev/null
+++ b/admin/details.php
@@ -0,0 +1,59 @@
+
+
+
+
+
Customer
+
+
+
+ | Name |
+ Email |
+ Password |
+ Country |
+ City |
+ Contact |
+ Address |
+ Image |
+
+
+
+
+
+ |
+ |
+
+ |
+ |
+ |
+ |
+ |
+  |
+
+
+
+
+
diff --git a/admin/edit_cust.php b/admin/edit_cust.php
new file mode 100644
index 0000000..bd3d35a
--- /dev/null
+++ b/admin/edit_cust.php
@@ -0,0 +1,139 @@
+
+
+
+
diff --git a/admin/index.php b/admin/index.php
index b8ffd2e..d73c75a 100644
--- a/admin/index.php
+++ b/admin/index.php
@@ -123,6 +123,15 @@
else if(isset($_GET['view_customers'])){
include ('view_customers.php');
}
+ else if(isset($_GET['detail_cust'])){
+ include ('details.php');
+ }
+
+
+ else if(isset($_GET['edit_cust'])){
+ include ('edit_cust.php');
+ }
+
else if(isset($_GET['del_customer'])){
include ('del_customer.php');
}
diff --git a/admin/view_customers.php b/admin/view_customers.php
index 7287a3c..c953b85 100644
--- a/admin/view_customers.php
+++ b/admin/view_customers.php
@@ -37,7 +37,15 @@
|
|
 |
-
+ |
+ Details
+
+
+
+
+ Edit
+
+
Delete
|