complete story 6.10 with qa tests

This commit is contained in:
Naser Mansour
2025-12-28 22:59:23 +02:00
parent 50542e1eb0
commit cd72df915a
7 changed files with 994 additions and 12 deletions
+3
View File
@@ -118,6 +118,9 @@ Route::middleware(['auth', 'active'])->group(function () {
Route::prefix('reports')->name('admin.reports.')->group(function () {
Volt::route('/monthly', 'admin.reports.monthly-report')->name('monthly');
});
// Audit Logs
Volt::route('/audit-logs', 'admin.audit-logs')->name('admin.audit-logs');
});
// Client routes