|
{{ $post->title }}
|
{{ $post->category->title }} |
{{ $post->comments_count }} |
{{ $post->visit_count }} |
@if($post->status == 'publish')
{{ trans('public.published') }}
@else
{{ trans('public.pending') }}
@endif
|
{{ dateTimeFormat($post->created_at, 'j M Y H:i') }} |
|