document_title = $document_title; $this->document_color = $document_color; $this->document_type = $document_type; $this->document_id = $document_id; $this->visible_small_circle = $visible_small_circle; $this->document_url = $document_url; } /** * Get the view / contents that represent the component. */ public function render(): View|Closure|string { return view('components.circle'); } }