From 3d6e9b97c7e9eb6ec5a98f84c77a2831cf3bc17a Mon Sep 17 00:00:00 2001 From: lizandrogd <77708265+lizandrogd@users.noreply.github.com> Date: Sun, 28 Jul 2024 17:52:50 -0500 Subject: [PATCH] Update show-planes.blade.php --- .../views/livewire/show-planes.blade.php | 75 ++++++++++++++----- 1 file changed, 55 insertions(+), 20 deletions(-) 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