CREDIT NOTE

{{ $creditNote->credit_note_number }}

ProcureHub

B2B Procurement Platform

Credit To:

{{ $creditNote->user->name }}

{{ $creditNote->user->email }}

Issue Date: {{ $creditNote->issue_date->format('d M Y') }}
Original Invoice: {{ $invoice->invoice_number }}
Status: {{ $creditNote->status }}

Credit Details

Reason for Credit: {{ $creditNote->reason }}
Original Invoice Amount: R {{ number_format($invoice->total_amount, 2) }}
Credit Amount: R {{ number_format($creditNote->amount, 2) }}
@if($creditNote->notes)

Additional Notes:

{{ $creditNote->notes }}

@endif

Note: This credit note will be applied to your account. The credited amount can be used against future purchases or refunded upon request.

Thank you for your patience and understanding.

ProcureHub - B2B Procurement Platform