Ejemplo n.º 1
0
 public function selest()
 {
     //$stores = Store::all();
     $stores = alumno::all();
     return response()->json($stores);
 }