@if(!empty($appLogoUrl))

@endif
{{ $businessName }}
{{ $appSettings['business_address'] ?? '' }} @if(!empty($appSettings['business_phone'])) - {{ $appSettings['business_phone'] }} @endif
{{ __('Payment Slip') }}
@if($qrEnabled)
@endif
{{ __('Payment No.') }}: {{ $paymentNo }}
{{ __('Date') }}: {{ \App\Support\DualDate::format($supplierPayment->payment_date, 'Y-m-d') }}
{{ __('Paid To') }}: {{ $supplierName }}
{{ __('Purchase') }}: {{ $purchaseLabel }}
@if($supplierPayment->allocations->isNotEmpty())
| {{ __('Purchase') }} | {{ __('Allocated Amount') }} |
@foreach($supplierPayment->allocations as $allocation)| {{ $allocation->purchase?->purchase_number }} | {{ number_format($allocation->amount,2) }} {{ $supplierPayment->currency_code }} |
@endforeach
@endif
@if($openingAmount > 0)
| {{ __('Opening Balance') }} | {{ number_format($openingAmount,2) }} {{ $supplierPayment->currency_code }} |
|---|
@endif
| {{ __('Amount') }} | {{ number_format($supplierPayment->amount,2) }} {{ $supplierPayment->currency_code }} |
|---|
| {{ __('Method') }} | {{ __(ucfirst($supplierPayment->method)) }} |
|---|
| {{ __('Reference number') }} | {{ $supplierPayment->reference ?: '-' }} |
|---|
{{ __('Prepared By') }}{{ __('Supplier Signature') }}{{ __('Stamp') }}
{{ $appSettings['invoice_footer'] ?? __('Thank you for your business.') }}