diff --git a/resources/views/livewire/show-planes.blade.php b/resources/views/livewire/show-planes.blade.php
index 77d9267..75e156d 100755
--- a/resources/views/livewire/show-planes.blade.php
+++ b/resources/views/livewire/show-planes.blade.php
@@ -332,15 +332,20 @@
@endif
-
Email:{{ $consulta_verUsuarios->correo ?? '' }}
- Password:{{ $consulta_verUsuarios->password ?? '' }}
+ Email:{{ $consulta_verUsuarios->correo ?? '' }}
+
+ Password:{{ $consulta_verUsuarios->password ?? '' }}
+
@if ($consulta_verUsuarios)
@if ($consulta_verUsuarios->estado == 'pendiente')
@if (count($consulta_verUsuarios->historiales) != $consulta_verUsuarios->servicio->completa)
@if (Auth::user()->rol->nombre == 'super')
-
@@ -350,7 +355,8 @@
@if (count($consulta_verUsuarios->historiales) != $consulta_verUsuarios->servicio->pantallas)
@if (Auth::user()->rol->nombre == 'super')
-
+
Añadir usuario
@@ -359,7 +365,8 @@
@endif
@endif
-
+
Editar cuenta
@@ -368,7 +375,8 @@
- Cerrar
+ Cerrar
@@ -386,52 +394,63 @@
-
+
-
+
-
-
-
{ @this.calcularFechas(); setTimeout(() => { disabled = false }, 120000); })"
- type="button"
- class="inline-flex justify-center w-full rounded-md border border-transparent px-4 py-2 text-white bg-[#B221FD] hover:bg-[#7a02b8] focus:shadow-outline-green ease-in-out sm-text-sm sm-leading-5">
+
+
{ @this.calcularFechas(); startTimer(); })"
+ type="button"
+ class="inline-flex justify-center w-full rounded-md border border-transparent px-4 py-2 text-white bg-[#B221FD] hover:bg-[#7a02b8] focus:shadow-outline-green ease-in-out sm-text-sm sm-leading-5">
+ 30 días
+
-
+
+
- Guardar
+ Guardar
- Cerrar
+ Cerrar
@@ -1020,7 +1039,9 @@
-
+
@error('nota_eliminacion')
{{ $message }}
@enderror
@@ -1077,4 +1098,17 @@
}
+
+