complete story 6.7 with QA tests and generated epic 10 to fix the branding colors

This commit is contained in:
Naser Mansour
2025-12-27 21:29:01 +02:00
parent 43eca9822f
commit 04d432d69d
16 changed files with 2245 additions and 56 deletions
+5
View File
@@ -103,6 +103,11 @@ Route::middleware(['auth', 'active'])->group(function () {
// User Export
Volt::route('/users/export', 'admin.users.export-users')
->name('admin.users.export');
// Reports
Route::prefix('reports')->name('admin.reports.')->group(function () {
Volt::route('/monthly', 'admin.reports.monthly-report')->name('monthly');
});
});
// Client routes