(string) $this->id, 'group_result' => $this->group_result, 'closed_parent_id' => (string) ($this->heading_id > 0 ? $this->heading_id : 0), 'code' => $this->code, 'test_name' => $this->whenLoaded('test', function (){ return $this->test->name_en; }), 'children' => null, 'price' => (string)$this->usd_price, 'test_heading' => $this->field_type== 0 ? 'test-heading' : '' ]; } }