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 -