product
{{ product.name }}
@if(product.unit){ {{ product.unit }} }
{{ product.sale_price | currencySymbol }}
@if(product.discount){ {{ product.price | currencySymbol }} }