*/ public function toArray(Request $request): array { return [ 'id' => $this->id, 'key' => $this->key, 'group' => $this->group, 'label' => $this->label, 'options' => $this->options, 'inputs' => $this->inputs, 'type' => $this->type, 'required' => $this->required, 'remark' => $this->remark, ]; } }