Upload Documents
Allowed: Images, PDF, DOC, DOCX
Saved Documents {{ count($visitDocuments ?? []) }}
Loading documents...
@forelse($visitDocuments ?? [] as $index => $doc) @empty @endforelse
# File Name Type Size Remarks Uploaded On Actions
{{ $index + 1 }} {{ $doc->OriginalName }} {{ strtoupper($doc->FileType) }} {{ number_format(($doc->FileSize ?? 0) / 1024, 1) }} KB {{ $doc->Remarks }} {{ $doc->CreatedDateTime ? date('d-m-Y H:i', strtotime($doc->CreatedDateTime)) : '' }}
No documents uploaded for this visit.