invoice->auto_bill == 'optin' || $this->invoice->auto_bill == 'optout') { $this->invoice->auto_bill_enabled = !$this->invoice->auto_bill_enabled; $this->invoice->save(); } } public function render() { return render('components.livewire.recurring-invoices-switch-autobilling'); } }