*/ public function toArray(Request $request): array { return [ 'id' => $this->id, 'name' => $this->name, 'label' => $this->label, 'searchable' => (bool) $this->searchable, 'priceable'=> (bool) $this->priceable, 'unit' => $this->unit, 'required' => $this->required, 'width' => $this->width, 'icon' => $this->icon, 'dataList' => $this->dataz, 'optionList' => $this->optionz, ]; } }