Route::get('/{country}', ['uses' => 'StoreProductController@browseCountry']) ->where('country', 'usa|england|thailand');