@if(count($product->productImages) > 0)
@if(count($product->productImages) > 1)
@endif
@endif
{{$product->name}}
{{$product->description}}
- {{ config('constant.CURRENCY_SIGN') }}{{$product->productsVariantMax->selling_price}}
- {{ config('constant.CURRENCY_SIGN') }}{{$product->productsVariantMax->retail_price}}
@include('front.product-detail.product-common-detail')