@foreach ($article->categories->take(3) as $category)
{{ $category->name }}
@endforeach
@if ($article->categories->count() > 3)
+{{ $article->categories->count() - 3 }}
@endif
{{ ceil(str_word_count(strip_tags($article->content)) / 200) }} menit
baca
{{ $article->title }}
{!! $article->excerpt !!}