{!! Theme::section('pdfsign.menu') !!}
@if (session('status'))
{{ session('status') }} @if(!empty($downloadUrl) && !empty($hasSignedPdf))
Download Signed PDF
@endif
@endif @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@php $canSign = !empty($hasSavedSignature) && !empty($hasSignatureArea) && empty($hasSignedPdf); $sigAll = !empty($applySignatureAllPages); $sigPages = $sigAll ? '' : trim((string)($signatureRequiredPages ?? '')); @endphp
@if(!empty($senderName)) {{ $senderName }} has sent the following document for your signature @else A document has been sent to you for signature @endif
Document Token ID:
{{ $token }}
Document Title:
{{ $documentTitle ?: '-' }}
Document prepared by:
{{ !empty($preparedByName) ? $preparedByName : '-' }}
@if(empty($hasSignedPdf))
@php $pageDisplay = $sigAll ? 'All pages' : ($sigPages !== '' ? $sigPages : '-'); @endphp @if($sigAll || $sigPages !== '')
Page No: {{ $pageDisplay }}
@endif
@endif
@if(empty($hasSavedSignature) && empty($hasSignedPdf))
Upload or Check Your Signature by Clicking
My Signature, or Click to Ignore
@endif
@if(!empty($originalDownloadUrl)) Download Document @endif @if(!empty($downloadUrl) && !empty($hasSignedPdf)) Download Signed PDF @endif
@csrf
@if(empty($hasSignedPdf))
Note: Preview the document, identify the signature area, and click on the highlighted box to sign.
@endif @if(empty($hasSignedPdf))
Signature Required: {{ (int)($signTimes ?? 1) }} times – 0/{{ (int)($signTimes ?? 1) }}.
@endif @if(empty($hasSignedPdf))
@endif @if(empty($hasSignatureArea))
Signature area is not defined yet. Please contact the sender.
@elseif(empty($hasSavedSignature))
You have no saved signature. Please set it in My Signature.
@elseif(!empty($hasSignedPdf))
You already signed this document.
@else
Signing as: {{ $signingAs }}
@endif