json(); return "https://tinyfox.dev".$data["loc"]; } catch (Exception $ex) { return ""; } } /** * Get the view / contents that represent the component. */ public function render(): View|Closure|string { return view('components.wah', [ 'wah' => $this->getWah(), ]); } }