public function index() { $books = Book::modern()->orderBy('title', 'asc')->get(); return view('books.index', compact('books')); }