@if(product.is_trending || product.is_sale_enable || product.is_featured){
{{ (product.is_sale_enable ? 'sale' : product.is_featured ? 'featured' : product.is_trending ? 'trending' : '' ) | translate }}
} @if(!close()){ } @if(close()){
}
{{ product.name }}

{{ product.short_description }}

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