By {{ $post->user->name ?? 'Guest' }}
{{-- Display image if exists --}} @if($post->image){{ $post->body }}
{{-- Edit/Delete Buttons (Admins only) --}} @auth('admin') @endauth {{-- Likes --}}👁️ {{ $post->views }} views
{{-- Comments --}}{{ $comment->body }}