Update ShowServicios.php

This commit is contained in:
Lizandro Guarnizo
2024-03-29 08:27:02 -05:00
parent 053c3b2504
commit 9932ca047f
+1
View File
@@ -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'
]);