{{ $payment->receipt_number }} @if ($payment->voucher_no) | Voucher: {{ $payment->voucher_no }} @endif
@if ($payment->is_opening)Opening / Previous Payment
@endif| Payment Date | {{ $payment->payment_date->format('d M Y') }} |
|---|---|
| Customer | {{ $payment->customer->name ?? 'N/A' }} |
| Payment Method | {{ $payment->paymentMethod->method_name ?? 'N/A' }} |
| Cheque # | {{ $payment->cheque_number }} |
| Transaction ID | {{ $payment->transaction_id }} |
| Narration | {{ $payment->narration }} |
| Received By | {{ $payment->createdBy->name ?? 'N/A' }} |
| Agreement # | {{ $sale->agreement_number }} |
|---|---|
| Project | {{ $sale->project->project_name ?? '—' }} |
| Flat | {{ $sale->flat->flat_number ?? '—' }} — {{ $sale->flat->building->name ?? '' }} |
| Net Payable | Tk {{ number_format($sale->net_payable, 2) }} |
| Total Paid | Tk {{ number_format($totalPaid, 2) }} |
| Remaining Due | Tk {{ number_format($totalDue, 2) }} |
| Installment # | Allocated Amount |
| #{{ $alloc->installment->installment_number ?? '?' }} | Tk {{ number_format($alloc->allocated_amount, 2) }} |
This is a computer-generated receipt. No signature required.
Generated on {{ now()->format('d M Y, h:i A') }} | REMS — Real Estate Management System