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') - @@ -365,8 +359,7 @@ @endif @endif - @@ -375,8 +368,7 @@
- +
@@ -394,63 +386,52 @@
- +
- +
-
-
- -
- - +
- - + +
- - + +
- + - +
@@ -1039,9 +1020,7 @@
- + @error('nota_eliminacion')
{{ $message }}
@enderror @@ -1098,17 +1077,4 @@ } - -