{{ $post->title }}
{{ $post->created_at->format('d M Y') }}
@if($post->category)
{{ $post->category->name }}
@endif
{{ \Illuminate\Support\Str::limit(strip_tags($post->content), 150) }}