@include('comment::comment.partial.header')
@include('comment::comment.partial.aside')
@foreach($comments as $comment)

{{str_limit($comment['title'], 300)}}

{{@$comment->viewcount}} {{format_date($comment['posted_on'])}}
{{@$comment->user->badge}}
@endforeach