{{ $article->title }}
@if ($article->full_content_error){{ __('app.fetch_error', ['error' => $article->full_content_error]) }}
@if ($article->excerpt){{ $article->excerpt }}
@endif{!! $contentHtml !!}
@else
{{ __('app.fetching') }}
@endif