revised generate report
This commit is contained in:
+5
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user