| PRODUCT | PRICE | DISCOUNT | QUANTITY | TOTAL | REMOVE |
|---|---|---|---|---|---|
|
₹{{ number_format($item->product_options->mrp, 2) }}
₹{{ number_format($item->product_options->price, 2) }} |
@if(($item->product_options->discount_amount ?? 0) > 0) -₹{{ number_format($item->product_options->discount_amount, 2) }} @else — @endif |
|
₹{{ number_format($item->product_options->price * $item->quantity, 2) }} | ||
| Your cart is empty | |||||
{{ $item->product_options->packaging->quantity ?? '' }} {{ $item->product_options->packaging->quantity_in ?? '' }}
Your cart is empty
@endforelse