Rental Subtotal:
₹{{ number_format($order->subtotal, 2) }}
@if($order->discount_amount > 0)
Discount:
-₹{{ number_format($order->discount_amount, 2) }}
@endif
GST Tax:
₹{{ number_format($order->tax_amount, 2) }}
Total Rental:
₹{{ number_format($order->total_rental_amount, 2) }}
Security Deposit Held:
₹{{ number_format($order->security_deposit_received, 2) }}
Advance Paid:
₹{{ number_format($order->advance_paid, 2) }}