Templates

Reusable documents with signature and data fields.

New template
@if ($templates->isEmpty())

No templates yet

Upload a PDF and draw signature, text and date fields onto it to create your first reusable template.

Upload a PDF
@else
@foreach ($templates as $template)
{{ $template->name }}
{{ $template->page_count }} {{ Str::plural('page', $template->page_count) }} · {{ $template->fields_count }} {{ Str::plural('field', $template->fields_count) }} · {{ $template->created_at?->diffForHumans() }}
Edit fields Use
@endforeach
{{ $templates->links() }}
@endif