methods = $this->contact->client->service()->getPaymentMethods(100); $this->total = 1; } public function handleBeforePaymentEvents() { // .. } public function render() { return render('components.livewire.subscription-plan-switch'); } }