orderBy('id', 'asc')->paginate(40); return view('admin.web_region_config.index', [ 'list' => $list, ]); } }