Success!
{{ session('success') }}Warning!
{{ session('warning') }}Signed Documents List
| # | Document Title | Type | Signed Date | Actions |
|---|---|---|---|---|
| {{ $index + 1 }} | {{ $doc['title'] }} | {{ $doc['type'] }} | @if($doc['signed_at']) {{ \Carbon\Carbon::parse($doc['signed_at'])->format('M d, Y g:i A') }} @else N/A @endif | @if($doc['aws_url']) View PDF Download @else PDF not available @endif |
No Signed Documents Found
You haven't signed any documents yet.