@forelse($articles as $article)
@include('partials.blog.entry', ['article' => $article])
@empty
لا توجد مقالات مطابقة حالياً لهذا البحث.
@endforelse
@include('partials.blog.sidebar', [
'sectionTitle' => $sectionTitle,
'sectionDescription' => $sectionDescription,
'recentPosts' => $recentPosts,
'recentPostsTitle' => $recentPostsTitle,
])