{{ $article->subject }} {{ $article->created_at->diffForHumans() }} {{ $article->user->name }} {{ $article->category->name }} {{ $article->rating }} {{ $article->comments->count() }} {{ str_plural('Comment', $article->comments->where('status_id', 1)->count()) }} {!! html_entity_decode(nl2br(e($article->body))) !!}