{!! $article->body !!}
{{ translate('Was this article helpful?') }}
{{ translate(':count out of :total found this helpful', [ 'count' => $article->likes, 'total' => $article->likes + $article->dislikes, ]) }}
@extends('themes.basic.help.layout') @section('section', translate('Help Center')) @section('title', $article->title) @section('breadcrumbs_schema', Breadcrumbs::view('breadcrumbs::json-ld', 'help_article', $article)) @section('container', 'container-custom') @section('description', $article->short_description) @section('content')
{{ translate(':count out of :total found this helpful', [ 'count' => $article->likes, 'total' => $article->likes + $article->dislikes, ]) }}