isAuthenticated = $isAuthenticated; $this->data = $data; } public function render() { return view('livewire.auth-status'); } }