update for troubleshooting

This commit is contained in:
2020-06-22 20:18:31 -05:00
parent 60d47747ba
commit 49e1ec3638
4 changed files with 52 additions and 30 deletions

View File

@@ -295,6 +295,8 @@ class MoonsController extends Controller
]);
}
dd($table);
//Pass the data to the view
return view('moons.user.moon')->with('table', $table);
}