{{ $post->title }}

{{ $post->title }}

{{ $post->author->ful_name }}
{{ $post->author->full_name }}

{{ trans('public.in') }} {{ $post->category->title }}

@if(!empty($showPostStats))
{{ dateTimeFormat($post->created_at, 'j M Y') }}
{{ $post->study_time }}
{{ $post->comments_count }}
@endif