Subtotal:
₹{{ number_format($purchase->subtotal ?? 0, 2) }}
SGST Amount:
₹{{ number_format($purchase->sgst_amount ?? 0, 2) }}
CGST Amount:
₹{{ number_format($purchase->cgst_amount ?? 0, 2) }}
IGST Amount:
₹{{ number_format($purchase->igst_amount ?? 0, 2) }}
Additional Charges:
₹{{ number_format($purchase->additional_charges ?? 0, 2) }}
TDS Amount:
₹{{ number_format($purchase->tds_amount ?? 0, 2) }}
Net Payable Amount:
₹{{ number_format($purchase->net_payable_amount ?? 0, 2) }}
Grand Total:
₹{{ number_format($purchase->grand_total ?? 0, 2) }}
Paid Amount:
₹{{ number_format($purchase->paid_amount ?? 0, 2) }}
Balance Amount:
₹{{ number_format($purchase->balance_amount ?? 0, 2) }}
Amount in Words:
{{ $purchase->inr_in_words ?? '-' }}