@extends('layouts.vertical', ['title' => 'Post Detail', 'sub_title' => 'Post', 'mode' => $mode ?? '', 'demo' => $demo ?? '']) @section('content')
Post Overview

{{ $totalPosts }}

Total Content

{{ $totalPublicPosts }}

Total Content Public

{{ $totalViews }}

Total View

{{ $totalSchedulePosts }}

Content Schedule

Most View Post

{{ $mostViewedPost->title ?? '' }}

{!! preg_replace('/\[caption[^\]]*\](.*?)\[\/caption\]/s', '$1', $mostViewedPost->content ?? '') !!}
Post Activities
@foreach ($activity as $item)
{{ $item->title }}
@endforeach
@endsection