update
This commit is contained in:
@@ -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']);
|
||||
|
||||
Reference in New Issue
Block a user