{{-- Homepage Blog Preview Section — 3 most recent published articles (Story 5.10 — AC #6) --}} @php $articles = $latestArticles ?? collect(); $locale = $locale ?? app()->getLocale(); @endphp @if($articles->isNotEmpty())
@foreach($articles as $article) @endforeach
{{ __('blog.view_all_articles') }}
@endif