-
{{ course.title }}
-
{{ course.description }}
-
+
+ {{ course.title }}
+
+
+ {{ course.title }}
+
{{ $t("Price") }}:
{{ course.price > 0 ? "S/. " + course.price.toFixed(2) : $t("Free") }}
-
-
-
- {{ cat.title }}
-
-
-
-
- {{ $t("Language") }}: {{ course.courseLanguage }}
-
-
{{ $t("Teachers") }}:
{{ course.teachers.map((t) => t.user.fullName).join(", ") }}
-