complete story 6.7 with QA tests and generated epic 10 to fix the branding colors
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user