| Product | Price | Quantity | Subtotal | ||||
|---|---|---|---|---|---|---|---|
| {{ $cart['name'] }} | @if($Baazar){{ round(($cart['price'])-(($cart['price'])*5/100)) }} | @else{{ $cart['price'] }} | @endif
|
@if($Baazar) | {{round((($cart['price'])-(($cart['price'])*5/100))* $cart['qty']) }} | @else{{ $cart['price'] * $cart['qty'] }} | @endif