withMeta(['value' => $name]); $this->hideFromIndex(); $this->withMeta(['asHtml' => false]); } /** * Display the field as raw HTML using Vue. * * @return $this */ public function asHtml() { return $this->withMeta(['asHtml' => true]); } }