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