added report all

This commit is contained in:
Jagad R R
2025-01-11 13:31:44 +07:00
parent 7aaa9d5370
commit 3127b3b5d7
17 changed files with 639 additions and 144 deletions
+1
View File
@@ -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