public function getIndex() { $tasks = Task::all(); return View::make("index")->with("tasks", $tasks); }