Fix envío reset password con notificación directa
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user