Documents

Documents sent for signature and their status.

Send document
@if ($documents->isEmpty())

No documents yet

Create a document from one of your templates and send it to a recipient to sign.

Send a document
@else
@foreach ($documents as $document)
{{ $document->recipient_name }}
{{ $document->recipient_email }} @if ($document->template) · {{ $document->template->name }} @endif · {{ $document->created_at?->diffForHumans() }}
@endforeach
{{ $documents->links() }}
@endif