diff --git a/src/components/shared/select/SelectAgent.vue b/src/components/shared/select/SelectAgent.vue
new file mode 100644
index 00000000..d3addfe2
--- /dev/null
+++ b/src/components/shared/select/SelectAgent.vue
@@ -0,0 +1,127 @@
+
+
+
+
+ {{
+ $i18n.locale === 'tha'
+ ? opt.firstName + ' ' + opt.lastName
+ : opt.firstNameEN + ' ' + opt.lastNameEN
+ }}
+
+
+
+
+
+ {{
+ $i18n.locale === 'tha'
+ ? opt.firstName + ' ' + opt.lastName
+ : opt.firstNameEN + ' ' + opt.lastNameEN
+ }}
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/pages/03_customer-management/components/employer/EmployerFormContact.vue b/src/pages/03_customer-management/components/employer/EmployerFormContact.vue
index fcd0828c..4a58439c 100644
--- a/src/pages/03_customer-management/components/employer/EmployerFormContact.vue
+++ b/src/pages/03_customer-management/components/employer/EmployerFormContact.vue
@@ -1,13 +1,5 @@
@@ -153,18 +110,12 @@ async function filter(val: string, update: (...args: unknown[]) => void) {
- filter(val, update)"
/>