\r\n
\r\n \r\n {{\r\n errors.first(\"name\")\r\n }}\r\n
\r\n
\r\n \r\n {{ errors.first(\"registrationNumber\") }}\r\n
\r\n
\r\n \r\n {{ errors.first(\"companyNationalId\") }}\r\n
\r\n
\r\n \r\n {{ errors.first(\"economicCode\") }}\r\n
\r\n
\r\n \r\n
\r\n \r\n {{ errors.first(\"holdersOfTheRightToSignName\") }}\r\n
\r\n
\r\n \r\n {{\r\n errors.first(\"owner\")\r\n }}\r\n
\r\n\r\n
\r\n \r\n {{\r\n errors.first(\"area\")\r\n }}\r\n
\r\n
\r\n \r\n {{\r\n errors.first(\"number\")\r\n }}\r\n
\r\n
\r\n \r\n
\r\n \r\n {{\r\n errors.first(\"email\")\r\n }}\r\n
\r\n
\r\n \r\n ({ id: x.id, name: x.name })\"\r\n v-validate=\"{ required: true }\"\r\n ref=\"provinceListSelect\"\r\n class=\"mb-4\"\r\n :value=\"\r\n allProvinces.filter(\r\n x =>\r\n x.id ==\r\n legalInfo.addressInfo[0].agentProvinceInfo.provinceId\r\n )[0].name\r\n \"\r\n @input=\"selectProvince\"\r\n :clearable=\"false\"\r\n dir=\"rtl\"\r\n >\r\n \r\n {{\r\n errors.first(\"province\")\r\n }}\r\n
\r\n
\r\n \r\n ({ cityId: x.id, cityName: x.name })\"\r\n v-for=\"address in legalInfo.addressInfo\"\r\n :key=\"address\"\r\n :value=\"\r\n address.agentCityInfo.cityId\r\n ? allCities.filter(\r\n x => x.id == address.agentCityInfo.cityId\r\n )[0].name\r\n : ''\r\n \"\r\n v-validate=\"{ required: true }\"\r\n :clearable=\"true\"\r\n ref=\"cityListSelect\"\r\n @input=\"selectCity\"\r\n dir=\"rtl\"\r\n >\r\n \r\n {{\r\n errors.first(\"city\")\r\n }}\r\n
\r\n
\r\n \r\n {{ errors.first(\"postalCode\") }}\r\n
\r\n
\r\n