@include('admin.credit-notes.partials._document', [
'layout' => 'a4',
'forPdf' => true,
'documentCopyLabel' => $documentCopyLabel ?? 'Original Copy',
'logoPath' => $logoPath ?? null,
'signaturePath' => $signaturePath ?? null,
'creditNoteTitle' => $creditNoteTitle ?? null,
])