@@ -377,5 +388,5 @@ watch(
:is-disabled="getFieldState('postalRegion_code').disabled || !values.village_code"
/>
-
+
diff --git a/app/components/app/person-address/entry-form.vue b/app/components/app/person-address/entry-form.vue
index 3f9c635b..7a9d3dc6 100644
--- a/app/components/app/person-address/entry-form.vue
+++ b/app/components/app/person-address/entry-form.vue
@@ -1,29 +1,44 @@
-
+
diff --git a/app/components/content/patient/form.vue b/app/components/content/patient/form.vue
new file mode 100644
index 00000000..6e6053a1
--- /dev/null
+++ b/app/components/content/patient/form.vue
@@ -0,0 +1,358 @@
+
+
+
+ Tambah Pasien
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/app/pages/(features)/client/patient/[id]/edit.vue b/app/pages/(features)/client/patient/[id]/edit.vue
index bf4f470d..d8cd5619 100644
--- a/app/pages/(features)/client/patient/[id]/edit.vue
+++ b/app/pages/(features)/client/patient/[id]/edit.vue
@@ -33,7 +33,12 @@ const canRead = true
-
Edit patient id: {{ route.params.id }}
+
+
+
-
+
-type PersonFamiliesFormData = z.infer
+// type PersonFamiliesFormData = z.infer
export { PersonFamilySchema, PersonFamiliesSchema }
export type { PersonFamilyFormData, PersonFamiliesFormData }