{!! Theme::section('pdfsign.menu') !!}

Document Details


Document Token ID: {{ $token }}
Document Title: {{ !empty($document->document_title) ? $document->document_title : ($document->original_filename ?: 'PDF Document') }}
Document prepared by: {{ !empty($preparedByName) ? $preparedByName : '-' }}
@if(!empty($historyUrl)) Back @endif @php $downloadHref = (!empty($hasSignedPdf) && !empty($signedDownloadUrl)) ? $signedDownloadUrl : $originalDownloadUrl; @endphp @if(!empty($downloadHref)) Download @endif