New Document
@foreach ($item->documents as $key => $doc) @endforeach
Sl Document Name Document Type Document Action
{{ $key + 1 }} {{ $doc->document_name }} {{ ucfirst($doc->document_type) }} @if ($doc->document_type == 'image') Document Image @elseif($doc->document_type == 'pdf') View PDF @else Download Document @endif