/** * Get properties to render. * * @return array */ public function getAllPropertiesToRender() : array { return array_merge($this->getArgument('fields'), $this->extraAttributes); }