public function index()
 {
     $books = Book::all();
     return view('admin.books.index', compact('books'));
 }