public function getContar() { $datos = Noticias::count(); return $this->layout->content = View::make('test.contar', compact("datos")); }