@if ( !$product->haveSufficientQuantity() )
@if($product->associatedCategory->product_listing_badge_flag == 1)
{!!$product->associatedCategory->product_listing_badge_description!!}
@endif
@if($product->associatedCategory->product_pdp_badge_flag)
{!!$product->associatedCategory->product_pdp_badge_description!!}
@endif
@endif
@if($product->haveSufficientQuantity())
In Stock
@endif
@if ($product->haveSpecialPrice() && @$product->hasCashback())
Save {{core()->currency(($product->price - $product->special_price) + @$product->getCashbackAmount())}}
({{round(((($product->price - $product->special_price) + @$product->getCashbackAmount()) / $product->price) * 100) }}
%)
@elseif ($product->haveSpecialPrice())
Save {{core()->currency($product->price - $product->special_price)}}
({{round((($product->price - $product->special_price) / $product->price) * 100) }}%)
@elseif(@$product->hasCashback())
Save {{core()->currency(@$product->getCashbackAmount())}}
({{round(((@$product->getCashbackAmount()) / $product->product_final_price) * 100) }}%)
@endif
@if($product->haveSpecialPrice() && !@$product->associatedCategory->is_emi_active)
-
MRP {{core()->currency($product->price)}}
-
{{ core()->currency($product->special_price) }}
{{-- Save {{core()->currency($product->price - $product->special_pr1ice)}} ({{round((($product->price - $product->special_price) / $product->price) * 100) }}% off)--}}
@elseif(@$product->associatedCategory->is_emi_active && $product->haveSpecialPrice())
-
MRP {{core()->currency($product->price)}}
- {!!@$product->generateEmitext(@$product->associatedCategory->emi_text, @$product->associatedCategory->emi_month)!!}
@else
@if(@$product->associatedCategory->is_emi_active)
-
MRP {!!@$product->generateEmitext(@$product->associatedCategory->emi_text, @$product->associatedCategory->emi_month)!!}
@else
- MRP {{ core()->currency($product->price) }}
@endif
@endif
@if(@$product->hasCashback())
- {!!@$product->generateCashbackHtmlList(@$product->associatedCategory->cashback_html_list, @$product->getCashbackAmount()) !!}
- {!! @$product->generateCashbackHtmlView(@$product->associatedCategory->cashback_html_view, @$product->getCashbackAmount()) !!}
@endif
@if($product->type != 'virtual')
@if($product->haveSufficientQuantity())
-
Get it by {{\Carbon\Carbon::now()->addDays(2)->format('M d')}}
- {{\Carbon\Carbon::now()->addDays(5)->format('M d')}}
@else
@endif
- FREE delivery by imagine
@endif