News / Blog

Manage news articles and blog posts.

Add Post
@foreach($posts as $post) @endforeach
TitleStatusPublish DateUpdated
{{ $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
@push('scripts') @endpush