fetch(); } public function render() { return view('livewire.dashboard', [ 'weather' => $this->weather, ]); } }