Modificacion de prospecto a alumno y asignacion de grupos, coordinacion académica

This commit is contained in:
2026-03-23 15:48:23 -06:00
parent 58e27fc5fc
commit 1bcebeb8a1
43 changed files with 1551 additions and 96 deletions
+5 -2
View File
@@ -18,13 +18,16 @@ class NivelSeeder extends Seeder
'status' => 1
]);
$nivel1->nivelPlantel()->sync(1);
$nivel1->nivelPlantel()->sync([1,2,3]);
Nivel::create([
$nivel2= Nivel::create([
'name' => 'Licenciatura',
'status' => 1
]);
$nivel2->nivelPlantel()->sync([1,2,3]);
Nivel::create([
'name' => 'Maestría',
'status' => 1