{!! $article->body !!}
{{ translate('Was this article helpful?') }}

{{ translate(':count out of :total found this helpful', [ 'count' => $article->likes, 'total' => $article->likes + $article->dislikes, ]) }}