rateLimit(1, 300); auth()->user()->sendVerificationEmail(); $this->dispatch('success', 'Email verification link sent!'); } catch (\Exception $e) { ray($e); return handleError($e, $this); } } public function render() { return view('livewire.verify-email'); } }