modified how rental prices are displayed based on user, and added a section for admins to be able to see all automatically

modified user table to drop roles and scopes columns from the database
This commit is contained in:
2018-11-10 14:36:54 -06:00
parent f8885853ab
commit 70832d14e5
7 changed files with 114 additions and 4 deletions

View File

@@ -28,6 +28,7 @@ Route::get('/moons/display', 'MoonsController@displayMoons');
Route::get('/moons/addmoon', 'MoonsController@addMoon');
Route::get('/moons/updatemoon', 'MoonsController@updateMoon');
Route::get('/moons/display/worth', 'MoonsController@displayTotalWorthForm');
Route::get('/moons/admin/display', 'MoonsController@displayMoonsAdmin');
//Moon Controller POST requests
Route::post('storeMoon', 'MoonsController@storeMoon');
Route::post('storeUpdateMoon', 'MoonsController@storeUpdateMoon');