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