@if(!empty($organisation->logo)) @php $logoPath = 'storage/app/public/' . ltrim(str_replace('storage/', '', $organisation->logo), '/'); $absolutePath = base_path($logoPath); @endphp @if(file_exists($absolutePath)) @endif @endif
{{ $organisation->organisation_name ?? 'VERIFIN' }}
PAYMENT RECEIPT
Receipt #: {{ $voucher->voucher_number }}
Date: {{ \Carbon\Carbon::parse($voucher->payment_date)->format('d/m/Y H:i') }}

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 }}

@foreach($voucher->items as $item) @endforeach
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