Пример #1
0
	public function anyProvinceSettings()
	{
		$countries = Country::getCountry();
		return View('setting.list-province-country',["countries" => $countries]);
	}