From 6324ff39747df209383845386108e3635984e51f Mon Sep 17 00:00:00 2001 From: lizandrogd <77708265+lizandrogd@users.noreply.github.com> Date: Sun, 5 May 2024 03:03:03 -0500 Subject: [PATCH] u --- app/Http/Livewire/ShowServicios.php | 4 ++-- resources/views/livewire/show-servicios.blade.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/Http/Livewire/ShowServicios.php b/app/Http/Livewire/ShowServicios.php index 37d0ff5..4ac6b7e 100755 --- a/app/Http/Livewire/ShowServicios.php +++ b/app/Http/Livewire/ShowServicios.php @@ -200,7 +200,7 @@ class ShowServicios extends Component } //dd($this->tarjetaPlan); - $this->tp = true; + $this->tarjetaPlan = true; } @@ -406,7 +406,7 @@ class ShowServicios extends Component } - $this->tp = false; + $this->tarjetaPlan = false; $this->cantidad_tarjetaPlan = 1; } diff --git a/resources/views/livewire/show-servicios.blade.php b/resources/views/livewire/show-servicios.blade.php index 38b75a9..492419f 100755 --- a/resources/views/livewire/show-servicios.blade.php +++ b/resources/views/livewire/show-servicios.blade.php @@ -189,7 +189,7 @@ {{-- Modal agregar servicios --}} -
@endif -