diff --git a/app/Http/Livewire/ShowServicios.php b/app/Http/Livewire/ShowServicios.php index bf43cb3..db2ea06 100755 --- a/app/Http/Livewire/ShowServicios.php +++ b/app/Http/Livewire/ShowServicios.php @@ -374,6 +374,7 @@ class ShowServicios extends Component $cantidad_necesaria = null; } + $cuentasMostar = ''; for ($h = 0; $h < (int) $cantidad_necesaria; $h++) { if (!empty($cuenta) && isset($cuenta[$h])) { $esta_error = false;