@if(product.brand){
{{ product.brand.name }}
}
{{ product.name }}
{{ product.short_description }}
@if(product.rating_count){
( {{ product.rating_count.toFixed(2) || 0 }} {{'ratings' | translate}})
}
{{ product.sale_price | currencySymbol }}
@if(product.discount){
{{ product.price | currencySymbol }}
}