currentRoute = request()->route()->getName(); $this->country = request()->route('country'); } public function updatedCountry() { $this->redirectRoute($this->currentRoute, ['country' => $this->country]); } }; ?>