From c9c017d72cfc73fe2ba63e4add494e67826b8873 Mon Sep 17 00:00:00 2001 From: Felipe Date: Tue, 7 Nov 2023 15:53:48 -0500 Subject: [PATCH] =?UTF-8?q?ocultar=20boton=20a=C3=B1adir?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/livewire/show-planes.blade.php | 32 ++++++++++++------- 1 file changed, 20 insertions(+), 12 deletions(-) diff --git a/resources/views/livewire/show-planes.blade.php b/resources/views/livewire/show-planes.blade.php index a596eb1..9660c4d 100644 --- a/resources/views/livewire/show-planes.blade.php +++ b/resources/views/livewire/show-planes.blade.php @@ -349,11 +349,21 @@ class="font-semibold text-gray-700">Password:{{ $consulta_verUsuarios->password ?? '' }}
- - - + @if ($consulta_verUsuarios) + @if ($consulta_verUsuarios->estado == 'pendiente') + @if (count($consulta_verUsuarios->historiales) != $consulta_verUsuarios->servicio->completa) + + + + @endif + @else + @if (count($consulta_verUsuarios->historiales) != $consulta_verUsuarios->servicio->pantallas) + + + + @endif + @endif + @endif - + + + + + @@ -527,7 +536,6 @@
- {{-- Modal observaciones --}}