@if ($completed) {{-- Completed state (also shown when re-opening an already-signed link) --}}

Signature Completed

Thank you, {{ $document->recipient_name }}. Your document has been signed and recorded.

@if ($document->document_hash)

SHA-256: {{ $document->document_hash }}

@endif @if ($document->certificate) View verification record @endif
@else

Sign Your Document

Review the document, complete the required fields and submit your signature.

{{-- Document pages with interactive field overlays --}}
@foreach ($config['pages'] as $p)
@endforeach {{-- Reaching this sentinel means the recipient scrolled through the document. --}}
{{-- Sticky action bar --}}
Please scroll through the entire document to review it before signing.
{{-- Signature modal --}}

Add your signature

@endif