|
Receipt #: {{ str_pad($payment->id ?? '', 6, '0', STR_PAD_LEFT) }}
Payment Date: {{ $payment->payment_date ?? '' }}
|
Payment Receipt |
|
|
{{ $payment->invoice->user->first_name ?? '' }} {{ $payment->invoice->user->last_name ?? '' }}
{{ $payment->invoice->user->email ?? '' }}
{{ $payment->invoice->user->phone_number ?? '' }}
|
KB IMPERIAL CO. LTD
NTINDA COMPLEX COMPLEX
BLOCK C F1-05
NTINDA KAMPALA UGANDA
Email: kb@kbcentury.com
|
|
|
Item
|
Price
|
|
{{ $payment->invoice->property->title . " (" . $payment->invoice->property->property_no . ")" }}, Plot {{$payment->invoice->property->block_no}}, Block {{$payment->invoice->property->block_no}}
|
${{number_format($payment->base_amount ?? 0, 2)}}
|
|
Total: ${{ number_format($payment->base_amount ?? 0, 2) }}
|
|
Balance: ${{ number_format($payment->invoice->payments_sum_amount ?? 0, 2) }}
|