attributes['name'] = strip_tags($value); } public function setCommentAttribute($value) { $this->attributes['comment'] = strip_tags($value); } public function getNameAttribute($value) { return strip_tags($value); } public function getCommentAttribute($value) { return strip_tags($value); } }