Generated: {{ now()->format('d M Y, H:i') }}
| # | Date | Reference | Reservation | Customer | Property | Plot | Sales Executive | Method | Amount (KES) |
|---|---|---|---|---|---|---|---|---|---|
| {{ $i + 1 }} | {{ $p['payment_date'] }} | {{ $p['reference_no'] ?? '-' }} | {{ $p['reservation_code'] }} | {{ $p['customer_name'] }} | {{ $p['property_name'] }} | {{ $p['plot_name'] }} | {{ $p['sales_executive'] }} | {{ ucfirst($p['payment_method']) }} | {{ number_format($p['amount'], 2) }} |
| No payments found. | |||||||||