{{ $t("content.product.list.product_name") }} | {{ $t("content.product.list.product_code") }} | {{ $t("content.product.list.image") }} | {{ $t("content.product.list.category") }} | {{ $t("content.product.list.buying_price") }} | {{ $t("content.stock.list.status") }} | {{ $t("content.stock.list.quantity") }} | {{ $t("content.product.list.action") }} | |
---|---|---|---|---|---|---|---|---|
{{ product.product_name }} | {{ product.product_code }} | {{ product.category_name }} | {{ number_format(product.buying_price) }} | {{ $t("content.stock.list.available") }} | {{ $t("content.stock.list.stock_out") }} | {{ format_quantity(product.product_quantity) }} |
|