This commit is contained in:
lizandrogd
2025-09-02 22:32:49 -05:00
parent 5edd42ba6c
commit 279f529d16
2 changed files with 5 additions and 2 deletions
+2 -1
View File
@@ -394,7 +394,8 @@ class ShowServicios extends Component
$esta_error = false;
$cuentasMostar = '';
$perfil = $cuenta[$h]->historiales_count;
//$perfil = $cuenta[$h]->historiales_count;
$perfil = Historial_cuenta::where('cuenta_id', $cuenta[$h]->id)->max('perfil') ?? 0;
for ($y = 0; $y < (int) $pantallas; $y++) {