complete story 7.4 with qa tests

This commit is contained in:
Naser Mansour
2025-12-28 23:51:42 +02:00
parent b250b30a48
commit 97c6cfe72f
11 changed files with 585 additions and 28 deletions
+3
View File
@@ -145,6 +145,9 @@ Route::middleware(['auth', 'active'])->group(function () {
Volt::route('/', 'client.timelines.index')->name('index');
Volt::route('/{timeline}', 'client.timelines.show')->name('show');
});
// Profile
Volt::route('/profile', 'client.profile')->name('profile');
});
// Settings routes