diff --git a/resources/views/livewire/show-planes.blade.php b/resources/views/livewire/show-planes.blade.php index 8f767eb..1cb8c40 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') - @@ -359,7 +365,8 @@ @endif @endif - @@ -368,7 +375,8 @@
- +
@@ -386,48 +394,73 @@
- +
- +
-
- -
-
+
- - + +
- - + +
- + - +
@@ -1016,7 +1049,9 @@
- + @error('nota_eliminacion')
{{ $message }}
@enderror