{{ $post->published_at->format('Y-m-d') }} | {{ $post->category }}
{{ is_ar()?$post->title_ar:$post->title_en }}
{{ Str::limit(is_ar()?$post->excerpt_ar:$post->excerpt_en,100) }}
{{ t('اقرأ المزيد','Read More') }} →{{ t('آخر المقالات والأخبار','Latest articles and news') }}
{{ t('لا يوجد مقالات بعد','No posts yet') }}
@else