@csrf
Name of Item Price Quantity
@foreach($varient as $p)
{{$p->productName}}
(base unit : {{$p->total_base_units}})
₹{{ number_format($p->compareAtPrice,2) }} ₹{{ number_format($p->price,2) }}
(In stock: {{$p->stock}})
@endforeach