Payment Details
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' }}