{!! Theme::section('pdfsign.menu') !!}
| Document | Uploaded | Actions |
|---|---|---|
|
@if($doc->document_title)
Document Title: {{$doc->document_title}}
@endif
Document Token ID: {{ $doc->token }}
Document prepared by: {{ !empty($doc->prepared_by_name) ? $doc->prepared_by_name : '-' }}
|
{{ $fmt($doc->created_at ?? null) }} | @if($isOwner) View @if($invSent) Invited @else Invite @endif Status @else @if($myInviteUrl && !$selfSigned) Sign @elseif($selfSigned) View @elseif(!$myInviteUrl) View @endif Status @endif |
| No documents found. | ||