refactor educational components and API routes; update form handling in various actions and Vue components, enhance user interface for form display, and improve data retrieval logic in CreateAdmissionPlan job

This commit is contained in:
F4ilji
2025-07-27 12:52:04 +05:00
parent 9a1fcbbf9d
commit a4bdde6382
20 changed files with 961 additions and 72 deletions
+1 -1
View File
@@ -35,4 +35,4 @@ class AccessCheck
// Если все проверки пройдены, продолжаем выполнение запроса
return $next($request);
}
}
}