Certificate of CompletionPackage ID: {{ $package->package_id }} Status: {{ $package->package_status }} |
COMPLETED
|
| Subject | Execution of Documents | Signatures Required | {{ $signers->count() }} |
| Source | System Generated | Signatures Obtained | {{ $signers->where('email_template_status', 'Completed')->count() }} |
| Completed Date | {{ $date }} | Status | Fully Executed |
| Document Name / Title | ID | Status |
|---|---|---|
| {{ $doc->template_id }} | DOC-00{{ $doc->document_id }} | {{ $doc->document_status ?? 'Completed' }} |
|
{{ $signer->email_name }} {{ $signer->email_id }}
IP: {{ $signer->email_template_signed_ip ?? 'N/A' }}
AUTH: EMAIL VERIFIED |
@php
$sigPath = public_path('signature/' . $signer->email_template_id . '.png');
@endphp
@if(file_exists($sigPath))
ID: SIG-{{ $signer->email_template_id }} |
Timestamps Viewed: {{ $signer->email_template_viewed_date ? date('m/d/Y H:i', strtotime($signer->email_template_viewed_date)) : 'N/A' }}Signed: {{ $signer->email_template_signed_date ? date('m/d/Y H:i', strtotime($signer->email_template_signed_date)) : 'N/A' }} |
| Event | Action | Timestamp |
|---|---|---|
| Envelope Created | System Generated | {{ $package->package_complete_date }} |
| Document Signed | By {{ $signer->email_name }} | {{ $signer->email_template_signed_date }} |
| Completed | Package Fully Executed | {{ $date }} |
| This document is a formal record of the electronic signature process. It is compliant with the UETA and ESIGN Act. Logged and verified by Trust Engine. |
SECURELY PROCESSED BY AUDIT ENGINE |