RM {{ number_format($listing->price_per_day, 2) }} × {{ $days }} days
RM {{ number_format($subtotal, 2) }}
@if($discount_amount > 0)
Discount ({{ $discount_percentage }}%)
-RM {{ number_format($discount_amount, 2) }}
@endif
@if($addOnsTotal > 0)
Add-ons
+RM {{ number_format($addOnsTotal, 2) }}
@endif
@if($gateway_fee > 0)
Gateway Fee
RM {{ number_format($gateway_fee, 2) }}
@endif
Total
RM {{ number_format($total_price, 2) }}