@if($cover = $post->getFirstMedia('cover')) {{ $post->title }} @endif

@if($post->is_sticky)置顶@endif {{ $post->title }}

@if($post->category) · {{ $post->category->name }} @endif · 阅读 {{ $post->views }} · 评论 {{ $post->comment_count }}
{{ Str::limit(strip_tags($post->excerpt_or_fallback), 200) }}
阅读全文 » @foreach($post->tags as $tag) #{{ $tag->name }} @endforeach