diff --git a/resources/views/livewire/show-planes.blade.php b/resources/views/livewire/show-planes.blade.php
index 75e156d..77d9267 100755
--- a/resources/views/livewire/show-planes.blade.php
+++ b/resources/views/livewire/show-planes.blade.php
@@ -332,20 +332,15 @@
@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')
-
@@ -355,8 +350,7 @@
@if (count($consulta_verUsuarios->historiales) != $consulta_verUsuarios->servicio->pantallas)
@if (Auth::user()->rol->nombre == 'super')
-
+
Añadir usuario
@@ -365,8 +359,7 @@
@endif
@endif
-
+
Editar cuenta
@@ -375,8 +368,7 @@
- Cerrar
+ Cerrar
@@ -394,63 +386,52 @@
-
+
-
+
-
-
-
{ @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">
+
+
{ @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">
+ 30 días
-
-
-
+
- Guardar
+ Guardar
- Cerrar
+ Cerrar
@@ -1039,9 +1020,7 @@
-
+
@error('nota_eliminacion')
{{ $message }}
@enderror
@@ -1098,17 +1077,4 @@
}
-
-