@include('docs._printhead', ['title'=>'OFFICIAL RECEIPT','no'=>$p->receipt_no,'date'=>'Date: '.fdate($p->payment_date)]) @include('docs._fxprint', ['doc'=>$p, 'grand'=>$p->amount])
Received from:
{{ $p->customer->name }}
{{ $p->customer->phone }}
Invoice: {{ $p->invoice->invoice_no ?? 'On account' }}
{{ fxmoney($p->amount, $p) }}
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 ?? '—' }}
@include('docs._printfoot', [])