From 588966a94fe385a7c9f4ea8f2a6ff3af3c92feb2 Mon Sep 17 00:00:00 2001 From: floppydiskette Date: Thu, 28 Nov 2024 00:07:08 +0000 Subject: Sure is a new site design --- app/View/Components/wah.php | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 app/View/Components/wah.php (limited to 'app') diff --git a/app/View/Components/wah.php b/app/View/Components/wah.php new file mode 100644 index 0000000..c8ee36c --- /dev/null +++ b/app/View/Components/wah.php @@ -0,0 +1,39 @@ +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(), + ]); + } +} -- cgit v1.2.3-54-g00ecf