$this->id, 'user' => new UserResource($this), 'comment' => nl2br($this->pivot->comment), 'created_at' => carbon::parse($this->pivot->created_at)->diffForHumans() ]; } }