complete story 4.4 with qa tests

This commit is contained in:
Naser Mansour
2025-12-27 00:56:02 +02:00
parent efc67884dc
commit fa9d05de10
7 changed files with 1045 additions and 0 deletions
+1
View File
@@ -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');
});