{{$variant->value_en}}
@endforeach @endif @if($count > 1) @endif@lang('messages.Rs') {{$product->discounted_price}} @if($product->price != $product->discounted_price)
@lang('messages.Rs') {{$product->price}}
@else @endif @php $quantity = 0; $product_id = $product->warehouse_product_id; @endphp @if(!empty($cart_list)) @foreach($cart_list as $cart) @if($cart['warehouse_product_id'] == $product_id) @php $quantity = $cart['qty']; @endphp @endif @endforeach @endif @if($quantity > 0) @php $style =""; $cart_style ="display:none"; @endphp @else @php $style ="display:none"; $cart_style =""; @endphp @endif