Blog Management
Manage your blog posts, categories, and comments
Published Posts
{{ $publishedPostCount }}
@if($publishedPercentageChange['status'] == "increase" || $publishedPercentageChange['status'] == "no-change"){{ $publishedPercentageChange['description'] }}
@else{{ $publishedPercentageChange['description'] }}
@endifDraft Posts
{{ $draftPostCount }}
Last updated: {{ timeAgo($lastPostCreatedAt) }}
Trash Posts
{{$trashedPostCount}}
Can be restored within 30 days
Categories
{{ $categoryCount }}
Manage post categories
Tags
{{ $tagCount }}
Manage post Tags
Comments
{{ $commentCount + $replyCount }}
Manage post comments
All Posts
| Author | Categories | Status | Date | Actions | |
|---|---|---|---|---|---|
|
{{ Str::title($post->title) }} Views: {{ number_format($post->views()->count()) }} | Comments: {{ number_format($post->comments()->count()) }} |
{{ $post->user->first_name . ' ' . $post->user->last_name }} |
@foreach ($post->categories as $category)
{{ $category->name }}
@endforeach
|
@if ($post->deleted_at) Trashed @else @if ($post->status == 1) Published @else Draft @endif @endif |
{{ formatDate($post->created_at) }} |