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