diff --git a/app/Http/Livewire/ShowServicios.php b/app/Http/Livewire/ShowServicios.php index b9ebc27..0d395b5 100755 --- a/app/Http/Livewire/ShowServicios.php +++ b/app/Http/Livewire/ShowServicios.php @@ -352,6 +352,7 @@ class ShowServicios extends Component $this->credenciales($historial); } else { + $eliminar = Historial_cuenta::where('historial_id',$historial->id)->delete(); $this->alert('warning', 'Error en el cobro, comuniquese con soporte!', [ 'position' => 'top' ]);