• Sreedhar Pooja Products
  • {!! $payment->branch->branch_address !!}

Payments

Paid Date
{{ $payment->trans_date->format(app_date_format()) }}
Voucher No.
{{ $payment->reference_no }}
Paid To
@if($payment->party_type == 'customer') {{ $payment->customer->customer_name ?? '' }} @elseif($payment->party_type == 'supplier') {{ $payment->supplier->supplier_name ?? '' }} @endif
Amount
{{ number_format($payment->paid_amount,2) }}
Amount in Words : Rupees {{ $grandtotal_words }} Only
Due Amount {{ number_format($payment->due_amount,2) }}
Paid Amount {{ number_format($payment->paid_amount,2) }}
Balance Due {{ number_format($payment->balance_amount,2) }}

Terms

  • Signature is not needed as it is computurized.
  • Please Contact if it is incase of any change within 3 days of the payment.