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'] }}

@endif

Draft 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

@foreach ($posts as $post) @endforeach
Author Categories Status Date Actions

{{ Str::title($post->title) }}

Views: {{ number_format($post->views()->count()) }} | Comments: {{ number_format($post->comments()->count()) }}

Author

{{ $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) }}

@if(!empty($post->deleted_at)) @endif @if(empty($post->deleted_at)) @endif
Page {{ $posts->currentPage() }} of {{ $posts->lastPage() }}
Showing Posts