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