@php $configData = Helper::appClasses(); $inv = $payment->invoice; $lease = $inv->lease; $property = $lease->unit->property; $tenant = $lease->tenant; @endphp @extends('layouts/layoutMaster') @section('title', 'Official Receipt - ' . $payment->transaction_reference) @section('page-style') @endsection @section('content')
Official receipt for transaction {{ $payment->transaction_reference }}
| Payment Description | Mode / Channel | Transaction Code | Amount Cleared |
|---|---|---|---|
|
Payment for Invoice #{{ $inv->invoice_number }}
Billing period: {{ $inv->billing_period_start->format('d M') }} - {{ $inv->billing_period_end->format('d M Y') }}
|
{{ $payment->payment_method }} |
{{ $payment->transaction_reference }}
|
Ksh {{ number_format($payment->amount, 2) }} |
Thank you for your timely payment. This receipt is an electronically verified confirmation generated by the Property Management Platform.