revised generate report

This commit is contained in:
Jagad R R
2025-01-08 15:36:08 +07:00
parent b0c04e30b6
commit 664ff183cd
11 changed files with 1161 additions and 520 deletions
+5 -1
View File
@@ -103,7 +103,11 @@ Route::middleware(['auth:admin', 'menu'])->group(function () {
});
Route::prefix('reports')->group(function () {
Route::get('/', [ReportController::class, 'index'])->name('reports');
Route::get('/upcountry', [ReportController::class, 'upcountry'])->name('reports.upcountry');
Route::get('/vehicle', [ReportController::class, 'vehicle'])->name('reports.vehicle');
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');
});
// Forms