update(['is_active' => !$webhook->is_active]); } public function render() { return view('livewire.ui.system.webhook-table', [ 'webhooks' => Webhook::orderByDesc('created_at')->get(), 'allEvents' => Webhook::allEvents(), ]); } }