Dashboard

Overview of your templates and documents.

@foreach ([ ['label' => 'Templates', 'value' => $stats['templates']], ['label' => 'Documents', 'value' => $stats['documents']], ['label' => 'Awaiting signature', 'value' => $stats['pending']], ['label' => 'Completed', 'value' => $stats['completed']], ] as $stat)
{{ $stat['label'] }}
{{ $stat['value'] }}
@endforeach

Recent documents

View all
@if ($recent->isEmpty())
No documents yet. Send your first document.
@else @endif