{{ $post->name }}
                            {{ $post->created_at->format('M d, Y') }} - {{ $post->author->name }}>
                            @if ($post->categories->first())
                                {{ $post->categories->first()->name }}
                            @endif
                        
                    {{ $post->description }}