@if ( !$product->haveSufficientQuantity() )
@if($product->parent_category->product_listing_badge_flag == 1)
{!!$product->parent_category->product_listing_badge_description!!}
@endif
@if($product->parent_category->product_pdp_badge_flag)
{!!$product->parent_category->product_pdp_badge_description!!}
@endif
@endif
@if($product->haveSufficientQuantity())
In Stock
@endif
@if ($product->haveSpecialPrice() && $product->hasCashback())
Save {{\App\Helpers\CustomHelper::getCurrency(($product->price - $product->special_price) + $product->getCashbackAmount())}}
({{round(((($product->price - $product->special_price) + $product->getCashbackAmount()) / $product->price) * 100) }}
%)
@elseif ($product->haveSpecialPrice())
Save {{\App\Helpers\CustomHelper::getCurrency($product->price - $product->special_price)}}
({{round((($product->price - $product->special_price) / $product->price) * 100) }}%)
@elseif($product->hasCashback())
Save {{\App\Helpers\CustomHelper::getCurrency($product->getCashbackAmount())}}
({{round((($product->getCashbackAmount()) / $product->final_price) * 100) }}%)
@endif
@if($product->haveSpecialPrice() && !$product->parent_category->is_emi_active)
-
MRP {{\App\Helpers\CustomHelper::getCurrency($product->price)}}
-
{{ \App\Helpers\CustomHelper::getCurrency($product->special_price) }}
{{-- Save {{\App\Helpers\CustomHelper::getCurrency($product->price - $product->special_pr1ice)}} ({{round((($product->price - $product->special_price) / $product->price) * 100) }}% off)--}}
@elseif($product->parent_category->is_emi_active && $product->haveSpecialPrice())
-
MRP {{\App\Helpers\CustomHelper::getCurrency($product->price)}}
- {!!$product->generateEMIText($product->parent_category->emi_text, $product->parent_category->emi_month)!!}
@else
@if($product->parent_category->is_emi_active)
-
MRP {!!$product->generateEmitext($product->parent_category->emi_text, $product->parent_category->emi_month)!!}
@else
- MRP {{ \App\Helpers\CustomHelper::getCurrency($product->price) }}
@endif
@endif
@if($product->hasCashback())
- {!!$product->generateCashbackHtmlList($product->parent_category->cashback_html_list, $product->getCashbackAmount()) !!}
- {!! $product->generateCashbackHtmlView($product->parent_category->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
- Est. wait time 1 - 3 weeks
--}}
@endif
- FREE delivery by imagine
@endif