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