+
+
+
+ {t("form_fields.subtotal_price.label")}
+
+
+ {formatCurrency(watch("subtotal_price.amount"), 2, watch("currency"))}
+
+
+
+
+
+
+ {t("form_fields.discount.label")}
+
+
+
+ {t("form_fields.discount_price.label")}
+
+
+ {"-"} {formatCurrency(watch("discount_price.amount"), 2, watch("currency"))}
+
+
+
+
+
+
+ {t("form_fields.tax.label")}
+
+
+
+ {t("form_fields.tax_price.label")}
+
+
+ {formatCurrency(watch("tax_price.amount"), 2, watch("currency"))}
+
+
+
{" "}
+
+
+
+
+ {t("form_fields.total_price.label")}
+
+
+ {formatCurrency(watch("total_price.amount"), 2, watch("currency"))}
+
+
+
+
+