{{ implode(' | ', $article->categories->pluck('name')->toArray()) }}
@endif{{ $article->title }}
{!! $article->body !!}
@if ($article->author)
@endif
@foreach ($relatedArticles as $index => $relatedArticle)
@endforeach