@props(['post', 'featured' => false])
@if($featured)
@if($post->display_image) {{ $post->title }} @else
@endif
@if($post->category) {{ $post->category->name }} @endif

{{ $post->title }}

{{ $post->excerpt }}

{{ $post->published_at?->format('Y年m月d日') }} · {{ $post->reading_time }} 分钟阅读
@else
@if($post->display_image) {{ $post->title }} @else
@endif @if($post->gallery && count($post->gallery) > 1)
@endif
@if($post->category) {{ $post->category->name }} @endif

{{ $post->title }}

{{ $post->excerpt }}

{{ $post->published_at?->format('Y/m/d') }} @if($post->views_count > 0) · {{ number_format($post->views_count) }} 阅读 @endif
@endif