added jurnal report

This commit is contained in:
Jagad R R
2025-01-14 14:15:32 +07:00
parent 9f2260c611
commit cf51fa3341
6 changed files with 319 additions and 16 deletions
+3
View File
@@ -109,6 +109,9 @@ Route::middleware(['auth:admin', 'menu'])->group(function () {
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');
Route::get('/jurnal', [ReportController::class, 'jurnal'])->name('reports.jurnal');
Route::get('/generateJurnal', [ReportController::class, 'generateJurnal'])->name('reports.jurnal.generate');
});
// Forms