@php $documentTitle = $documentTitle ?? ($documentName ?? 'PDF Document'); $documentUrl = $documentUrl ?? ''; $ownerFullName = $ownerFullName ?? 'there'; $signedUserFullName = $signedUserFullName ?? ($signerName ?? 'A recipient'); @endphp

Hello {{ $ownerFullName }},

{{ $signedUserFullName }} has completed your Signature Request. Below are the details:

Document Title: {{ $documentTitle }}
Document Link: {{ $documentUrl }}

Thank you!

Best regards,
idhubs Support Team