Methods you can try : 1. $model->getAttributes()['name']; //worked for me 2. $model->getOriginal('name'); 3. $this->attributes['name'];