v1.4.12 - Added Category created funtion on guides & web.php route

fixed css
Added guide picture on guides show on app
This commit is contained in:
Anders
2020-11-27 11:29:58 +01:00
parent 3bf8329434
commit c3ca99c9e0
5 changed files with 123 additions and 2 deletions
+2
View File
@@ -66,6 +66,8 @@ Route::get("/locationsCheck", "LocationController@nameCheck")->name("locations.n
Route::get("/washingCheck", "WashingMachineController@nameCheck")->name("washing-machines.nameCheck");
Route::get("/guidesCategoryCheck", "GuidesCategoryController@nameCheck")->name("guides-category.nameCheck");
//Location Create from Guides
Route::get("/guidesCategoryCreate", "GuidesCategoryController@guideCategoryCreate")->name("guides-category.guideCategoryCreate");
//Check name update adminpanel
Route::get("/usersCheckUpdate", "UserController@nameCheckUpdate")->name("users.nameCheckUpdate");