@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()){ }
@if(product.brand){
{{ product.brand.name }}
}
{{ product.name }}

{{ product.short_description }}

@if(product.unit){
{{ product.unit }}
} @if(product.store){
{{ 'By' }} {{ product.store.store_name }}
}
{{ product.sale_price | currencySymbol }} @if(product.discount){ {{ product.price | currencySymbol }} }
@if(product.stock_status === 'in_stock'){
{{ product.stock_status | titleCase }}
}