Merge: integrar cambios del trabajo con chat en tiempo real

This commit is contained in:
2026-04-28 16:30:01 -06:00
parent 47d29b7f13
commit b469b884f5
10 changed files with 402 additions and 384 deletions
+1 -1
View File
@@ -37,7 +37,7 @@
@forelse ($users as $user)
<tr style="width:100%">
<td>{{$user->id}}</td>
<td><a href="{{route('user.show',$user->id)}}">{{$user->name}}</a></td>
<td><a href="{{route('user.show',$user->id)}}">{{$user->name}} {{$user->apellidoPaterno}} {{$user->apellidoMaterno}}</a></td>
<td>
@forelse($user->plantelUsuarios as $plantel)