diff --git a/error.vue b/error.vue
index 7736c76..887d095 100644
--- a/error.vue
+++ b/error.vue
@@ -31,14 +31,14 @@ const redirectClearError = () => {
Oops!
- The page you are looking for does not exist.
+ Halaman yang anda cari tidak ada.
diff --git a/navigation/index.js b/navigation/index.js
index 3ff5fd2..106b839 100644
--- a/navigation/index.js
+++ b/navigation/index.js
@@ -27,6 +27,18 @@ export default [
// },
],
},
+ {
+ title: "FOR-02",
+ icon: "ph:number-circle-two-fill",
+ child: [
+ {
+ title: "Pengesanan Penyamaran",
+ path: "/pengesanan-penyamaran/senarai",
+ child: [],
+ meta: {},
+ },
+ ],
+ },
],
},
{
diff --git a/pages/pengesanan-penyamaran/baru/index.vue b/pages/pengesanan-penyamaran/baru/index.vue
new file mode 100644
index 0000000..a32b9f3
--- /dev/null
+++ b/pages/pengesanan-penyamaran/baru/index.vue
@@ -0,0 +1,116 @@
+