+ class="w-full ml-1 flex-1">
+
+
{{ form.errors['descriptions.0.language'].join(', ') }}
@@ -343,42 +199,29 @@
-
-
+
+
{{ form.errors[`descriptions.${index}.value`].join(', ') }}
|
-
-
+
+
{{ form.errors[`descriptions.${index}.type`].join(', ') }}
|
-
-
+
+
{{ form.errors[`descriptions.${index}.language`].join(', ') }}
@@ -386,13 +229,9 @@
-
+ @click.prevent="removeDescription(index)" />
|
|
@@ -400,506 +239,276 @@
-
-