@include('include.homepagesidebar')
@foreach($cart as $c) @endforeach
Product Image Price Quantity Total Remove
productImage) }}" style="height:50px" class="img-fluid" alt=""/>
{{$c->productName}}
Rs {{$c->price}}
@php if(empty($c->varient_id)) $c->varient_id=0 @endphp
Rs {{ number_format($c->Total,2)}}

Subtotal: {{ number_format($total,2)}}

Shipping, taxes, and discounts will be calculated at checkout.

Continue shopping @if($total>0) @endif