$posts = Post::All(); return view('posts.index')->with('posts', $posts);
Pro tip: use ```triple backticks around text``` to write in code fences