Fix envío reset password con notificación directa

This commit is contained in:
2026-02-25 09:29:43 -06:00
parent 2533af98c8
commit 969360c1ed
17 changed files with 512 additions and 67 deletions
+11
View File
@@ -26,6 +26,7 @@
<tr>
<th>Id</th>
<th>Nombre</th>
<th>Campus</th>
<th>Rol</th>
<th>Correo</th>
<th>Status</th>
@@ -37,6 +38,16 @@
<tr style="width:100%">
<td>{{$user->id}}</td>
<td><a href="{{route('user.show',$user->id)}}">{{$user->name}}</a></td>
<td>
@forelse($user->plantelUsuarios as $plantel)
<span class="badge bg-primary text-white">
{{ $plantel->name }}
</span>
@empty
<span class="text-muted">Sin plantel</span>
@endforelse
</td>
<td>
@forelse($user->roles as $rol)
<span class="badge bg-primary text-white">