Comments
{{ $comment->comments }}
ON SITE ASSESSOR
@php
$pdfUrl = url('level' . '/' . $document->doc_file);
$fileExtension = pathinfo($pdfUrl, PATHINFO_EXTENSION);
@endphp
@if ($fileExtension === 'pdf')
@else
Download
Document
@endif