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