diff --git a/app/Http/Livewire/ShowPlanes.php b/app/Http/Livewire/ShowPlanes.php index 6962e3b..a9920fe 100755 --- a/app/Http/Livewire/ShowPlanes.php +++ b/app/Http/Livewire/ShowPlanes.php @@ -239,6 +239,13 @@ class ShowPlanes extends Component 'vencimiento' => date('Y-m-d', strtotime(strval($this->fecha_final_renovar))), 'estado' => $this->estado, ]); + + $this->alert('success', 'Cuenta actualizada correctamente!', [ + 'position' => 'top' + ]); + + $this->renovar = false; + $this->ver = false; } } diff --git a/resources/views/livewire/show-planes.blade.php b/resources/views/livewire/show-planes.blade.php index 3c37606..db50791 100755 --- a/resources/views/livewire/show-planes.blade.php +++ b/resources/views/livewire/show-planes.blade.php @@ -12,7 +12,7 @@ }" class="h-full w-full md:my-2">
Cargando