Receipt Voucher
A Printable Receipt Voucher Format
I M S
Date: {{ $receipt->Create_Date }}
Voucher Date: {{ $receipt->Create_Date }}
Payment Mode: Cash / Bank
Account Title | Entry Narration | Amount |
---|---|---|
{{ $detail->Account_Title }} | {{ $detail->Entry_Narration }} | {{ number_format($detail->Amount, 2) }} |
Total | {{ number_format($total, 2) }} |