context['products'])->sum('total_raw'); $methods = auth()->guard('contact')->user()->client->service()->getPaymentMethods( $total, ); $this->methods = $methods; } public function handleSelect(string $company_gateway_id, string $gateway_type_id) { dd($this->context['bundle']); } public function render() { return view('billing-portal.v3.payments.methods'); } }