'true', 'title' => $this->slot, 'data-toggle' => 'tooltip', 'data-placement' => 'bottom', ]; $attributes = array_merge($attributes, $this->attributes); $attributes['slot'] = icon($this->glyph); unset($attributes['glyph']); $iconButton = new Button($attributes); return $iconButton->render(); } }