{{ $product->name }}
sold-by-imagine-image
{!!$product->priceHtml!!}
@if($product->hasCashback())
{!! $product->getCashbackPdpOffer()??'Cashback Offer' !!} View Offers
@endif @if($product->getNoCostEmi() && (round((int)@$emiData['lowestnocost']) > 0))
No Cost EMI starts at ₹{{round(@$emiData['lowestnocost'])}} View Plans
@endif @if($product->getStandardEmiCc() && @$emiData['lowestStandard'] && (round((int)@$emiData['lowestStandard']) > 0))
Standard EMI starts at ₹{{round($emiData['lowestStandard'])}} View Plans
@endif @if($product->getStandardEmiDc() && @$emiData['lowestDebit'] && (round((int)@$emiData['lowestDebit']) > 0))
Standard EMI on Debit Card starts at ₹{{round($emiData['lowestDebit'])}} Know More
@endif @if($product->getNoCostEmiFinance() && $product->getNoCostEmiFinanceMonths() > 0)
Cardless EMI starts at ₹{{ round($product->final_price / $product->getNoCostEmiFinanceMonths()) }} Apply Now
@endif {{--@if(@$product->Exchange)--}} {{--
--}} {{-- @include ('shop::products.view.buyback')--}} {{--
--}} {{--@endif--}}
@include('customer.product.addon-product', ['addonProducts' => $product->getAddonProducts()])
@include ('customer.product.actions', ['product' => $product])
@if( !$product->haveSufficientQuantity() && @$product->parent_category->is_preorder_active)
{!! @$product->getPreorderDesc() !!}
@endif
Have questions? Talk to our Experts
@include('customer.common.pincode-checker', ['source' => 'pdp'])
@if ($product->getShortDescription())
{!! $product->getShortDescription() !!}
@endif @if(DefaultConfiguration::getDefaultConfiguration('pdp-pop-up')->getIsActive()) {!! DefaultConfiguration::getDefaultConfiguration('pdp-pop-up')->getvalue() !!} @endif {{--Dynamic Model content--}}