added report all
This commit is contained in:
@@ -108,6 +108,7 @@ Route::middleware(['auth:admin', 'menu'])->group(function () {
|
||||
Route::get('/entertainment', [ReportController::class, 'entertainment'])->name('reports.entertainment');
|
||||
Route::get('/meeting', [ReportController::class, 'meeting'])->name('reports.meeting');
|
||||
Route::get('/others', [ReportController::class, 'others'])->name('reports.others');
|
||||
Route::get('/all', [ReportController::class, 'all'])->name('reports.all');
|
||||
});
|
||||
|
||||
// Forms
|
||||
|
||||
Reference in New Issue
Block a user