public function getComment($id) { $post = Post::with('blogcomments')->find($id); return view('posts.show')->with('post', $post); }