complete story 4.4 with qa tests
This commit is contained in:
@@ -81,6 +81,7 @@ Route::middleware(['auth', 'active'])->group(function () {
|
||||
|
||||
// Timelines Management
|
||||
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('/{timeline}', 'admin.timelines.show')->name('show');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user