public function index() { $posts = Post::all(); return view('Pages.welcome')->with('posts', $posts); }