@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 }}
@if(product.store){
{{ 'by' | translate }} {{ product.store.store_name }} {{ 'in' | translate }} @if(product.categories.length){ {{ product.categories[0].name }} }
}

{{ product.short_description }}

{{product.orders_count}} {{ 'sales' | translate }}
{{ product.sale_price | currencySymbol }}