paginate(10); return view('posts.index', compact('posts')); } public function show(Post $post) { return view('posts.show', compact('post')); } }