total = $total; $this->methods = auth()->user()->client->service()->getPaymentMethods($total); } public function render() { return render('components.livewire.pay-now-dropdown'); } }