This is to certify that the total cash amount of ${{ number_format($receipt->amount,2)}}, collected from donation receipts at the {{ getLocation($receipt->location_id) }} Branch of Guru Nanak Food Bank, has been handed over to Mr. Kuljinder Gill on {{ date('d F Y',strtotime($receipt->created_at)) }}. The undersigned confirm that the cash handover has been completed, and the amount stated above has been received in full.
Handover Details
| Field | Details |
|---|---|
| Handover No. | HND-{{ date('Y') }}-{{ $receipt->id }} |
| Branch | {{ getLocation($receipt->location_id) }} |
| Amount Handed Over | ${{ number_format($receipt->amount,2)}} |
| Number of Receipts | {{ count(explode(',',$receipt->receipt_ids)) }} |
| Handed Over By | {{ getAdmin($receipt->admin_id) }} |
| Received By | Kuljinder Gill |
| Date & Time | {{ date('l d/m/Y h:i A',strtotime($receipt->created_at)) }} |
|
Handed Over By {{ getAdmin($receipt->admin_id) }} |
Received By Mr. Kuljinder Gill |
|
|
Batch Closed By {{ getAdmin($receipt->batch_updated_by) }} Batch Closed On {{ date('d/m/Y',strtotime($receipt->batch_updated_on)) }} |