@if($postPermission->is_banned)
تم حظرك من النشر. السبب: {{ $postPermission->ban_reason ?? 'غير محدد' }}
@else
ليس لديك صلاحية للنشر حالياً.
@endif
@endif
{{-- Posts feed --}}
@forelse($posts as $post)
@include('general.posts.partials.post-card', ['post' => $post])
@empty
@endforelse
{{-- Load more --}}
@if($posts->hasMorePages())
لا توجد منشورات بعد
كن أول من ينشر شيئاً! 🚀