Cookiebot / Pixel / Kategorien erweitern
This commit is contained in:
parent
36872100c6
commit
7d1ee844eb
28 changed files with 464 additions and 246 deletions
|
|
@ -319,7 +319,7 @@ Route::domain(config('app.pre_url_crm').config('app.domain').config('app.tld_car
|
|||
Route::get('/admin/product/categories', 'CategoryController@index')->name('admin_product_categories');
|
||||
Route::get('/admin/product/category/edit/{id}', 'CategoryController@edit')->name('admin_product_category_edit');
|
||||
Route::post('/admin/product/category/store', 'CategoryController@store')->name('admin_product_category_store');
|
||||
Route::get('/admin/product/category/delete/{id}', 'CategoryController@delete')->name('admin_product_category_delete');
|
||||
Route::get('/admin/product/category/delete/{del}/{id}', 'CategoryController@delete')->name('admin_product_category_delete');
|
||||
|
||||
//products categories
|
||||
Route::get('/admin/product/ingredients', 'IngredientController@index')->name('admin_product_ingredients');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue