$this->slug, 'title' => $this->title, 'sub_title' => $this->sub_title, 'description' => $this->description, 'image' => $this->image, 'content' => $this->content, 'is_back_button' => $this->is_back_button, 'fields' => ZapPageFormFields::collection($this->zapPageFormFields), 'buttons' => ZapPageFormButtons::collection($this->zapPageFormButtons), ]; } }