@if($comment->attachments && $comment->attachments->count() > 0) @foreach($comment->attachments as $attachment)
@if($attachment->is_image) {{ $attachment->original_name }} {{ $attachment->original_name }} @else {{ $attachment->original_name }} @endif ({{ $attachment->file_size_human }})
@endforeach @endif