@extends('layouts.tenant-admin') @section('title', 'المقالات') @section('content')
{{ $articleCount }} / {{ $articleLimit }} مقال ضمن خطتك الحالية
@endif| العنوان | القسم | الحالة | درجة السيو | تاريخ النشر | إجراءات |
|---|---|---|---|---|---|
| {{ $article->title }} @if ($article->is_auto_generated) 🤖 آلي @endif | {{ $article->category->name ?? '—' }} | $article->status === 'published', 'bg-yellow-100 text-yellow-700' => $article->status === 'draft', 'bg-blue-100 text-blue-700' => $article->status === 'scheduled', ])> {{ ['draft' => 'مسودة', 'published' => 'منشور', 'scheduled' => 'مجدول'][$article->status] ?? $article->status }} | {{ $article->seo_score }}/100 | {{ $article->published_at?->format('Y-m-d') ?? '—' }} | @if ($article->status === 'published') عرض @endif تعديل |
| لا توجد مقالات بعد. | |||||