RECEIPT VOUCHERS

{{ $target_name }}

Period: {{ date('d M Y', strtotime($start)) }} to {{ date('d M Y', strtotime($end)) }}
@php $total = 0; @endphp @foreach($transactions as $trx) @php $total += $trx['amount']; @endphp @endforeach
Date Received From / Description Voucher No Recd Amt Running Total
{{ date('d-m-Y', strtotime($trx['date'])) }} {{ $trx['narration'] }} {{ $trx['voucher_no'] }} {{ number_format($trx['amount'], 2) }} {{ number_format($total, 2) }}
TOTAL RECEIPTS: {{ number_format($total, 2) }} {{ number_format($total, 2) }}