الرئيسية @if($post->category) {{ $post->category->name }} @endif {{ $post->title }} @if($post->category) {{ $post->category->name }} @endif {{ $post->title }} بواسطة {{ $post->user->name ?? 'محرر ترانزيت' }} نُشر في {{ \Carbon\Carbon::parse($post->created_at)->locale('ar')->isoFormat('D MMMM Y') }} المشاهدات {{ number_format($post->views_count) }} @if($post->featured_image) @endif {{-- مساحة إعلانية - Google AdSense --}} {!! $post->content !!} {{-- مساحة إعلانية - Google AdSense --}} كلمات دالة: @if($post->category) {{ $post->category->name }} @endif @if($related->count() > 0) اقرأ أيضاً @foreach($related as $rel) @if($rel->featured_image) @else @endif {{ $rel->title }} {{ \Carbon\Carbon::parse($rel->created_at)->locale('ar')->diffForHumans() }} @endforeach @endif @php $latestGlobal = \App\Models\Post::where('id', '!=', $post->id)->where('is_published', true)->latest()->limit(6)->get(); @endphp أحدث الأخبار من ترانزيت @foreach($latestGlobal as $lg) @if($lg->featured_image) @else @endif {{ $lg->title }} @endforeach