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