Upload Documents
Select File(s)
Allowed: Images, PDF, DOC, DOCX
Remarks (optional)
Upload
Saved Documents
{{ count($visitDocuments ?? []) }}
Loading documents...
#
File Name
Type
Size
Remarks
Uploaded On
Actions
@forelse($visitDocuments ?? [] as $index => $doc)
{{ $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)) : '' }}
@empty
No documents uploaded for this visit.
@endforelse
Document
×