Amount Paid
₹{{ number_format($payment->amount, 2) }}
{{ $amountInWords }}
Paid To (Vendor)
{{ $payment->vendor->name }}
@if($payment->vendor->billing_address){{ $payment->vendor->billing_address }}
@endif @if($payment->vendor->billing_city){{ $payment->vendor->billing_city }}{{ $payment->vendor->billing_state ? ', ' . $payment->vendor->billing_state : '' }}@endif
@if($payment->vendor->gst_number)
@endif @if($payment->vendor->billing_city){{ $payment->vendor->billing_city }}{{ $payment->vendor->billing_state ? ', ' . $payment->vendor->billing_state : '' }}@endif
GSTIN: {{ $payment->vendor->gst_number }}
@endif
Payment Details
Payment Method
{{ $payment->paymentMethod->name ?? 'N/A' }}
Reference No
{{ $payment->reference_no ?? '-' }}
Cheque No
{{ $payment->cheque_no }}
Bank
{{ $payment->bank_name }}
Against Vendor Bill
{{ $payment->bill->bill_number }}
Bill Date
{{ $payment->bill->bill_date->format('d M Y') }}
| Payment Breakdown | |
|---|---|
| Bill Total Amount | ₹{{ number_format($payment->bill->grand_total, 2) }} |
| Previously Paid | ₹{{ number_format($payment->bill->paid_amount - $payment->amount, 2) }} |
| This Payment | ₹{{ number_format($payment->amount, 2) }} |
| Balance After Payment | ₹{{ number_format($payment->bill->balance_due, 2) }} |
Notes
{{ $payment->notes }}
Received By
Authorized Signatory