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

Payment Receipt

Received Date
{{ $receipt->trans_date->format(app_date_format()) }}
Voucher No.
{{ $receipt->reference_no }}
Received From
@if($receipt->party_type == 'customer') {{ $receipt->customer->customer_name ?? '' }} @elseif($receipt->party_type == 'supplier') {{ $receipt->supplier->supplier_name ?? '' }} @endif
Amount
{{ number_format($receipt->paid_amount,2) }}
Amount in Words : Rupees {{ $grandtotal_words }} Only
Due Amount {{ number_format($receipt->due_amount,2) }}
Paid Amount {{ number_format($receipt->paid_amount,2) }}
Balance Due {{ number_format($receipt->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.