Exemplo n.º 1
0
 public function action_index()
 {
     // Get all user organization projects
     $todos = Todo::with('reports')->get();
     return View::make('todo.index')->with('todos', $todos);
 }