complete story 6.6 with qa test
This commit is contained in:
@@ -83,6 +83,7 @@ Route::middleware(['auth', 'active'])->group(function () {
|
||||
Route::prefix('timelines')->name('admin.timelines.')->group(function () {
|
||||
Volt::route('/', 'admin.timelines.index')->name('index');
|
||||
Volt::route('/create', 'admin.timelines.create')->name('create');
|
||||
Volt::route('/export', 'admin.timelines.export-timelines')->name('export');
|
||||
Volt::route('/{timeline}', 'admin.timelines.show')->name('show');
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user