moon testing

This commit is contained in:
2020-06-22 22:43:32 -05:00
parent 4c3da5c4b1
commit fc5261a645

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);
}