* добавлены операции и услуги операций
* добавлена выборка и подсчет по датам для роли зав. * переключатель ролей * выбор отделений для роли зав.
This commit is contained in:
@@ -27,6 +27,11 @@ Route::get('/report', [\App\Http\Controllers\Web\ReportController::class, 'index
|
||||
Route::get('/statistic', [\App\Http\Controllers\Web\StatisticController::class, 'index'])
|
||||
->middleware(['auth'])
|
||||
->name('statistic');
|
||||
|
||||
Route::post('/user/role/change', [\App\Http\Controllers\AuthController::class, 'changeRole'])
|
||||
->middleware(['auth'])
|
||||
->name('user.role.change');
|
||||
|
||||
Route::get('/path/patient', function () {
|
||||
return \Inertia\Inertia::render('Path/Patient');
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user