Guardar cambios consolidar grupos docentes y clave de grupo

This commit is contained in:
2026-04-24 18:33:37 -06:00
parent 2d73e8a2b0
commit 2b072f7d55
10 changed files with 205 additions and 125 deletions
+4
View File
@@ -26,6 +26,7 @@
<tr>
<th>Id</th>
<th>Nombre</th>
<th>Clave</th>
<th>Opciones</th>
</tr>
</thead>
@@ -35,6 +36,9 @@
<td>{{$grupo->id}}</td>
<td><a href="{{route('grupo.show',$grupo->id)}}">{{ $grupo->plan->carreraRel->name }}
({{ $grupo->plan->name }}-{{ $grupo->plan->rvoe }})</a></td>
<td>{{$grupo->clave}}</td>
<td class="row mx-auto">
@can('grupo.edit')
<div class="col-sm-6 col-md-6"><a class="btn btn-primary" href="{{route('grupo.edit',$grupo->id)}}">Edit</a></div>