* изменил таблицы в основном отчете

* изменил метод сохранения пациентов основного отчета
This commit is contained in:
brusnitsyn
2026-05-07 18:00:43 +09:00
parent 723ccee8d3
commit bb9e67ab3d
25 changed files with 1438 additions and 52 deletions

View File

@@ -49,7 +49,7 @@ Route::get('/logout', [\App\Http\Controllers\AuthController::class, 'logout'])
// Route::get('/dashboard', [\App\Http\Controllers\Web\IndexController::class, 'index'])
// ->middleware(['auth'])
// ->name('dashboard');
Route::get('/report', [\App\Http\Controllers\Web\ReportController::class, 'index'])
Route::get('/report', [\App\Http\Controllers\Web\DutyReportController::class, 'index'])
->middleware(['auth'])
->name('report');
Route::get('/report/export', [\App\Http\Controllers\Web\ReportController::class, 'export'])