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