This commit is contained in:
2020-11-30 15:14:48 +01:00
5 changed files with 123 additions and 2 deletions
+2
View File
@@ -68,6 +68,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");