Manage news articles and blog posts.
| Title | Status | Publish Date | Updated | |
|---|---|---|---|---|
| {{ $post->title }} | {{ $post->isLive() ? 'Live' : ($post->is_published ? 'Scheduled' : 'Draft') }} | {{ $post->publish_at?->format('D, d M Y H:i') ?? '-' }} | {{ $post->updated_at?->format('D, d M Y H:i') }} | Edit |