@extends('layouts.app') @section('title', 'Payment Receipt - ' . $payment->payment_number) @push('styles') @section('content')
C/- HassConsult
{{ $payment->customer->CustomerName ?? 'N/A' }}
@if($payment->customer->TelNo){{ $payment->customer->TelNo }}
@endif @if($payment->customer->Email){{ $payment->customer->Email }}
@endif @elseCustomer information not available
@endifProperty Information
{{ $payment->customer->unit->UnitIdentity ?? 'N/A' }}
@if($payment->customer->unit->property){{ $payment->customer->unit->property->PropName ?? '' }}
@endif| Description | Amount (KES) |
|---|---|
|
Payment Received @if($payment->invoice_id) {{ $payment->invoice_type === 'rent' ? 'Rent Invoice' : 'Utility Invoice' }} Payment @else General Payment @endif @if($payment->notes){{ $payment->notes }} @endif |
{{ number_format($payment->TotalPayment, 2) }}
|
| Total Paid | KES {{ number_format($payment->TotalPayment, 2) }} |
{{ $payment->notes }}