Media youtube, title description, CMS Info Content / Header Frontend
This commit is contained in:
parent
c9f3d85d4e
commit
7294ccc1d0
49 changed files with 1283 additions and 148 deletions
|
|
@ -216,16 +216,25 @@ Route::group(['middleware' => ['admin']], function()
|
|||
Route::get('/travel_user_booking_fewo/delete/{id}', 'TravelUserBookingFewoController@delete')->name('travel_user_booking_fewo_delete');
|
||||
});
|
||||
Route::group(['middleware' => ['auth.permission:cms-cn']], function() {
|
||||
|
||||
//CMS Infos
|
||||
Route::get('/cms/content/infos', 'CMS\CMSContentInfoController@index')->name('cms_content_infos');
|
||||
Route::post('/cms/content/infos', 'CMS\CMSContentInfoController@store')->name('cms_content_infos');
|
||||
Route::get('/cms/content/infos/delete/{model}/{id}', 'CMS\CMSContentInfoController@delete')->name('cms_content_infos_delete');
|
||||
|
||||
|
||||
// CMS Inhalte
|
||||
Route::get('/cms/content/all', 'CMS\CMSContentController@index')->name('cms_content_all');
|
||||
Route::post('/cms/content/all/store', 'CMS\CMSContentController@store')->name('cms_content_all_store');
|
||||
Route::post('/cms/content/all/load/modal', 'CMS\CMSContentController@loadModal')->name('cms_content_all_load_modal');
|
||||
Route::get('/cms/content/all/delete/{id}', 'CMS\CMSContentController@delete')->name('cms_content_all_delete');
|
||||
|
||||
//CMS Länder
|
||||
Route::get('/cms/content/country', 'CMS\CMSContentCountryController@index')->name('cms_content_country');
|
||||
Route::get('/cms/content/country/detail/{id}/{step?}', 'CMS\CMSContentCountryController@detail')->name('cms_content_country_detail');
|
||||
Route::post('/cms/content/country/store/{id}', 'CMS\CMSContentCountryController@store')->name('cms_content_country_store');
|
||||
|
||||
|
||||
});
|
||||
Route::group(['middleware' => ['auth.permission:cms-tg']], function() {
|
||||
// CMS Reiseführer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue