{{ $articles->total() }} article{{ $articles->total() === 1 ? '' : 's' }}
New articleNo articles yet. Write the first one.
@else| Title | Category | Published | Status | Actions |
|---|---|---|---|---|
{{ $article->title }} {{ $article->author }} |
{{ $article->category }} | {{ optional($article->published_at)->format('d M Y') ?? '—' }} | @if ($article->published) Published @else Draft @endif @if ($article->featured)Featured@endif |