@foreach($comment->documents as $doc)-
@if ($doc->type == 'audio')
@else
{{$doc->document->original_file_name()}}
@if($doc->type == 'image')
@endif
@endif
@endforeach
@endif @foreach($comment->replies as $reply)