{{ $t("content.product.list.product_name") }} | {{ $t("content.product.list.image") }} | {{ $t("content.product.list.product_code") }} | {{ $t("content.product.list.category") }} | {{ $t("content.product.list.root") }} | {{ $t("content.product.list.buying_price") }} | {{ $t("content.product.list.selling_price") }} | {{ $t("content.product.list.product_quantity") }} | {{ $t("content.product.list.buying_date") }} | {{ $t("content.product.list.action") }} |
---|---|---|---|---|---|---|---|---|---|
{{ product.product_name }} | {{ product.product_code }} | {{ product.category_name }} | {{ product.root }} | {{ number_format(product.buying_price) }} | {{ number_format(product.selling_price) }} | {{ format_quantity(product.product_quantity) }} | {{ product.buying_date }} |
|