all moons work

This commit is contained in:
2020-02-23 00:20:04 -06:00
parent 96bbb1afc3
commit 1a91302ac8
2 changed files with 4 additions and 2 deletions

View File

@@ -59,10 +59,11 @@ class MoonsController extends Controller
'Available' => $moon->Available,
]);
}
}
}
}
dd($systems);
return view('moons.user.allmoons')->with('moons', $moons)
->with('systems', $systems);
}