{{$post->title}} Time spend: {{$post->spendTime()}}

{{$post->subtitle}}

{{$post->created_at->ldate('Y/m/d H:i')}}
{{number_format($post->approvedComments()->count())}}
{{number_format($post->view)}}
@if($post->tags()->count() > 0)
{{__("Tags")}}: @foreach($post->tags as $tag) {{$tag->name}} @endforeach
@endif

{!! $post->body !!}