public function lists() { $lists = Lists::all(); return View::make('admin.lists')->with('title', 'Lists and Recipes')->with('lists', $lists); }