id = 'tooltip-default-' . mt_rand(1, time()); $this->position = $position; $this->icon = $icon; $this->iconType = $iconType; $this->text = $text; } /** * Get the view / contents that represent the component. * * @return \Illuminate\Contracts\View\View|string */ public function render() { return view('components.index.default'); } }