Data is not updating in database on update Laravel 9
I have tried to update category information and it's updated but not updated in the database. I am trying to return $category; before $category->update(); and see it's updated. But in the database not see updated data. 1.Web // Admin Dashboard…