/** * Render the tag. * * @return string */ public function render() { if ($this->isEnabled()) { return $this->card->render(); } return ''; }
/** * Render the tag. * * @return string */ public function render() { return $this->card->render(); }