@if(!$post->hasFeaturedImage()) {{$post->title}} @else {{$post->title}} @endif
@if($post->category->first()) {{ $post->category->first()->name }} @endif {{ $post->readTime }} min read

{{ $post->title }}

{{ Str::limit(strip_tags($post->content), 120) }}

{{ $post->created_at->format('M d, Y') }} @lang('general.Read More')