copyOnClick = $copyOnClick; return $this; } public function shouldCopyOnClick(): bool { return $this->evaluate($this->copyOnClick); } public function render(): View { return view('filament.components.server-small-data-block', $this->data()); } }