@if(!empty($appLogoUrl))

@endif
{{ $businessName }}
{{ $appSettings['business_address'] ?? '' }} @if(!empty($appSettings['business_phone'])) - {{ $appSettings['business_phone'] }} @endif
{{ __('Receipt Slip') }}
@if($qrEnabled)
@endif
{{ __('Receipt No.') }}: {{ $receiptNo }}
{{ __('Date') }}: {{ \App\Support\DualDate::format($payment->payment_date, 'Y-m-d') }}
{{ __('Received From') }}: {{ $customerName }}
{{ __('Invoice') }}: {{ $invoiceLabel }}
@if($payment->allocations->isNotEmpty())
| {{ __('Invoice') }} | {{ __('Allocated Amount') }} |
@foreach($payment->allocations as $allocation)| {{ $allocation->invoice?->invoice_number }} | {{ number_format($allocation->amount,2) }} {{ $payment->currency_code }} |
@endforeach
@endif
@if($openingAmount > 0)
| {{ __('Opening Balance') }} | {{ number_format($openingAmount,2) }} {{ $payment->currency_code }} |
|---|
@endif
| {{ __('Amount') }} | {{ number_format($payment->amount,2) }} {{ $payment->currency_code }} |
|---|
| {{ __('Method') }} | {{ __(ucfirst($payment->method)) }} |
|---|
| {{ __('Reference number') }} | {{ $payment->reference ?: '-' }} |
|---|
{{ __('Prepared By') }}{{ __('Customer Signature') }}{{ __('Stamp') }}
{{ $appSettings['invoice_footer'] ?? __('Thank you for your business.') }}