{{ $article->started_at->format('d') }}
{{ get_month_date($article->started_at) }}
{{ $article->started_at->format('Y') }}
@if($category = $article->tagsWithType('articleCategory')->first())
{{ $category->name }}
@endif
{!! nl2br(str_limit($article->description, 400)) !!}
@lang('base.readMore')