/**
  * @param $view
  */
 public function regions($view)
 {
     $regions = CountryHelper::getRegions();
     $view->with('regions', $regions);
 }