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
+3 -3
View File
@@ -35,11 +35,11 @@
<label class="small mb-1">Dirección</label>
<input class="form-control" name="direccion">
</div>
{{--
<div class="mb-3">
<label class="small mb-1">Contraseña</label>
<input class="form-control" name="password">
</div>
</div> --}}
<div class="mb-3">
@foreach ($plantels as $plantel)
@@ -74,7 +74,7 @@
<div class="mb-3">
<label for="status">Seleccionar código</label>
<select class="form-control" name="codigo" id="codigo">
<select class="form-control" name="code" id="code">
<option value="0">Selecciona un código....</option>
@foreach ($codigos as $codigo)
<option value="{{ $codigo->id }}">{{ $codigo->name}}</option>
+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">