public function index()
 {
     $ingredient = Ingredient::all();
     return $ingredient;
 }