Requisition No: {{ $voucher->cash_requisition->requisition_no }}
Department: {{ $voucher->cash_requisition->department->name ?? 'N/A' }}
Payee: {{ $voucher->cash_requisition->requested_by->first_name ." ".$voucher->cash_requisition->requested_by->last_name }}
| Item | Account | Amount |
|---|---|---|
| {{ $item->cash_requisition_tem->chart_of_account->name }} | {{ $item->cash_requisition_tem->chart_of_account->code }} | {{ number_format($item->amount, 2) }} |
| TOTAL | {{ number_format($voucher->items->sum('amount'), 2) }} | |
Payment received with thanks
Authorized Signature