From 37ca719d814d16ec1464bae820a8e1becbc43af2 Mon Sep 17 00:00:00 2001 From: lizandrogd <77708265+lizandrogd@users.noreply.github.com> Date: Sat, 11 May 2024 11:41:49 -0500 Subject: [PATCH] Update ShowServicios.php --- app/Http/Livewire/ShowServicios.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Http/Livewire/ShowServicios.php b/app/Http/Livewire/ShowServicios.php index 4ac6b7e..2690a3b 100755 --- a/app/Http/Livewire/ShowServicios.php +++ b/app/Http/Livewire/ShowServicios.php @@ -363,6 +363,7 @@ class ShowServicios extends Component $this->alert('warning', 'No hay cuentas disponibles!', [ 'position' => 'top' ]); + break; } } if (!$esta_error && !empty($historial->cuentas)) {