Ejemplo n.º 1
0
 /**
  * Default map output
  *
  * @return \Illuminate\Contracts\View\View
  */
 public function index()
 {
     return View::make('map/index', ['locations' => Location::getMapItems()]);
 }