コード例 #1
0
 public function populationMap()
 {
     $communities = Community::with('subdistrict')->get();
     //test with limit ->take(5)
     return View::make('communities.populationMap', compact('communities'));
 }