示例#1
0
 public function noticias()
 {
     $noticias = Noticia::with(['categoria', 'user'])->get();
     return response()->json($noticias);
 }