@extends('layouts.vertical', [ 'title' => 'Dashboard', 'sub_title' => 'Menu', 'mode' => $mode ?? '', 'demo' => $demo ?? '' ]) @section('content')
Total Posts

{{ $totalPosts }}

Total Tags

{{ $totalTags }}

Total Authors

{{ $totalauthor }}

Total Categories

{{ $totalCategory }}

Most Post
@foreach($mostPosting as $post) @endforeach
Author Total Posts
{{ $post->name }} {{ $post->total_posts }}
Activity Post
@foreach($activityPost as $activity) @endforeach
Post Title Last Activity
{{ $activity->title }} {{ $activity->last_activity }}
@endsection