attributes['create_time']; return $value ? date('Y-m-d H:i:s', $value ) : ''; } public function getUpdateAtAttribute() { $value = $this->attributes['updated_at']; return $value ? date('Y-m-d H:i:s', $value ) : ''; } }