new: add `duplicate` button for articles
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
|
||||
Route::middleware('auth')->prefix('Admin')->namespace('Admin')->name('Admin.')->group(function () {
|
||||
Route::get('{period?}', 'HomeController@index')->name('home');
|
||||
include __DIR__.'/Botanic/route.php';
|
||||
include __DIR__.'/Core/route.php';
|
||||
include __DIR__.'/Shop/route.php';
|
||||
Route::get('{period?}', 'HomeController@index')->name('home');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user