This commit is contained in:
Dwi Swandhana
2026-03-05 18:49:37 +07:00
parent e3094ff717
commit c290ac693b
3 changed files with 265 additions and 83 deletions
+1
View File
@@ -138,6 +138,7 @@ Route::group(['middleware' => 'project.ipg'], function() {
Route::get('znreport', [ReportController::class, 'genZNreport']);
Route::get('tatreport', [ReportController::class, 'genTATreport']);
Route::get('reportpenerimaansample', [ReportController::class, 'genRekapPenerimaanSample']);
Route::post('reportpenerimaansample/mark-printed', [ReportController::class, 'markRekapPenerimaanSamplePrinted'])->name('markRekapPenerimaanSamplePrinted');
Route::get('/glass-report/export', [ReportController::class, 'exportGlassReport'])->name('exportGlassReport');
Route::get('rekap-antibiotik/export', [ReportController::class, 'exportRekapAntibiotik'])->name('exportRekapAntibiotik');
Route::get('list', [ListController::class, 'index']);