@forelse ($latestArticles as $key => $article)

{{ ellipsis($article->title, 115) }}

{{ $article->article_source_name }} - {{ $article->published_date }}

{{ $article->description }}

@if($key == 2) @include('ads.golden-444-home') @endif @empty @endforelse