(string) $this->whenLoaded('userInfo', function () { return $this->userInfo->nickname; }, ''), 'avatar'=> (string) $this->whenLoaded('userInfo', function () { return $this->userInfo->avatar; }, ''), 'bargain_amount' => $this->bargain_amount_format, 'created_at' => $this->created_at->format('Y-m-d H:i:s'), ]; } }