complete story 6.10 with qa tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user