@include('docs._printhead', ['title'=>'OFFICIAL RECEIPT','no'=>$p->receipt_no,'date'=>'Date: '.fdate($p->payment_date)]) @include('docs._fxprint', ['doc'=>$p, 'grand'=>$p->amount])
| Amount in words | {{ ucfirst($p->amount) }} Ghana cedis only |
| Mode | {{ ucfirst($p->payment_mode) }} {{ $p->cheque_no ? '(Cheque '.$p->cheque_no.')' : '' }} {{ $p->reference ? '· Ref '.$p->reference : '' }} |
| Received by | {{ $p->received_by }} |
| Remarks | {{ $p->remarks ?? '—' }} |