up
This commit is contained in:
@@ -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++) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user