updated_uuid = $data['updated_uuid']; $category->title = $data['title']; $category->slug = $data['slug']; return $category->save(); } }