Example #1
0
 public function getIndex()
 {
     return View::make('backend.cartographies.index', array('cartographies' => Cartography::all(), 'route' => $this->route, 'msg_success' => Session::get('msg_success'), 'msg_error' => Session::get('msg_error')));
 }