@php $clientName = $receipt->client->full_name ?? trim(($receipt->client->first_name ?? '') . ' ' . ($receipt->client->last_name ?? '')); @endphp
Official Payment Receipt
Receipt of
Counsel Fees
Amount Received
{{ $company->currency_symbol ?? '$' }}{{ number_format((float) $receipt->total_amount, 2) }}
{{ $receipt->receipt_number ?? 'RCT-0000' }} · {{ optional($receipt->receipt_date)->format('d M Y · H:i') }}
@include('partials.foil-divider')
Received from
{{ $clientName ?: 'Client' }}
Received by
{{ $company->company_name ?? 'Law Firm' }} · Billing Dept.
Invoice reference
{{ $receipt->invoice_reference ?? 'N/A' }}
Payment method
{{ ucwords(str_replace('_',' ', (string) $receipt->payment_methods_label)) }}
Settlement date
{{ optional($receipt->receipt_date)->format('d F Y, H:i') }}
Services rendered
{{ $receipt->services_summary ?? 'Legal Services' }}
@include('partials.foil-divider-thin')
Digitally Authenticated
V-ID: {{ $receipt->verification_id ?? $receipt->receipt_number ?? 'N/A' }} · Issued by {{ $company->company_name ?? 'Law Firm' }} CA
@include('partials.notary-seal', ['word' => 'Paid', 'monogram' => $company->firm_initials ?? 'LF'])
{{ $receipt->receipt_number ?? 'RCT-0000' }}
@include('partials.foil-divider')