public function categoriaNoticias() { $categorias = CategoriaNoticia::with('noticia')->get(); return response()->json($categorias); }