{{ product.cname }}
$ {{ product.specification.slice(0, 1)[0]?.price ? text.currency(product.specification.slice(0, 1)[0]?.price) : '----' }}
$ {{ product.specification.slice(0, 1)[0]?.price ? text.currency(product.specification.slice(0, 1)[0]?.price) : '----' }}
$ {{ product.specification.slice(0, 1)[0]?.discount_price ? text.currency(product.specification.slice(0, 1)[0]?.discount_price) : '----' }}