Receipt Details
₦ {{ number_format($receipt->amount, 2) }}
{{ $receipt->status }}
Receipt Reference
{{ $receipt->reference }}
Date
{{ $receipt->date->format('F d, Y') }}
Payer
{{ $receipt->payer }}
Payment Method
{{ $receipt->payment_method }}
Linked Customer
{{ $receipt->customer->firstName }} {{ $receipt->customer->lastName }}
View Profile
Linked Invoice
Invoice #{{ $receipt->invoice->invoice_number }}
View Invoice
Description / Memo
{{ $receipt->description ?: 'N/A' }}
Accounting Impact
| Account | Type | Amount |
|---|---|---|
| {{ $entry->account->title }} | {{ ucfirst($entry->type) }} | ₦ {{ number_format($entry->amount, 2) }} |
| No journal record found. | ||
Recorded by {{ $receipt->createdBy->firstName }} {{ $receipt->createdBy->lastName }} on {{ $receipt->created_at->format('Y-m-d H:i') }}