ISSUED TO:
@if(!is_null($tenant))
{{$tenant->tenantName}}
{{$tenant->phoneNumber}}
@else
{{''.$receipt->houseName}}
{{''.$receipt->unitName}}
@endif
RECEIPT {{'#RCT'.$receipt->receiptId}}
Date:{{ date("d-m-Y", strtotime($receipt->paymentDate))}}
| # | Item | Prev.Reading | Curr. Reading | Amount |
|---|---|---|---|---|
| {{$count}} | {{$payment->typeName}} | {{$payment->previousReading}} | {{$payment->currentReading}} | {{number_format($payment->paidAmount,2)}} |
| {{$count}} | {{$payment->typeName}} | {{$payment->previousReading}} | {{$payment->currentReading}} | {{number_format($payment->amountPaid,2).' '}}[partialpay] |
| SUBTOTAL | {{number_format($sumTotal,2)}} | |||
| GRAND TOTAL | {{number_format($sumTotal,2)}} | |||