{{ $sectionTitle }}

{{ $sectionDescription }}

{{ $recentPostsTitle ?? 'أحدث المقالات' }}

@forelse($recentPosts as $recentPost)

{{ $recentPost->title }}

{{ optional($recentPost->published_at)?->format('d-m-Y') }}
@empty

لا توجد مقالات حديثة حالياً.

@endforelse