{{ __('Tags') }}:
{{ __('Was this article helpful?') }}
{!! __(':helpfulCount out of :votesCount marked as helpful', ['helpfulCount' => $article->helpfulVotes->count(), 'votesCount' => $article->votes->count() ]) !!}
{!! __('Have more questions? Please Contact Us.', ['contactUrl' => url('contact')]) !!}