accounts = $accounts; } public function index() { $count = $this->accounts->count(); // build the home screen: return View::make('index')->with('count',$count); } }