@extends('layouts.head_office_app') @section('content') @php $comment->addIntoCommentViews(); @endphp
@foreach($comment->documents as $doc)-
@if ($doc->type == 'audio')
@else
{{$doc->document->original_file_name()}}
@if($doc->type == 'image')
@endif
@endif
@endforeach