{{ $post->title }}
@if($post->content){{ Str::limit($post->content, 120) }}
@endif
@if($post->author)
@endif
@if($post->published_at)
{{ $post->published_at->format('d F Y') }}
@endif
Blog
@endif