{{ $articleCategory->title }}
{{ $article->title }}
@if($article->start_date){{ $article->end_date ? date('d-m-Y', strtotime($article->start_date)).' - '.date('d-m-Y', strtotime($article->end_date)) : date('d-m-Y', strtotime($article->start_date))}}
@endif
{!! $article->body !!}