Go Back

القائمة بواسطة

Vadim Ivannikov

Real Estate Agent

WhatsApp
1
غرف
2
حمامات
764
ft²

1 غرفة نوم 1 غرفة نوم 1 للإيجار في مساكن 7

تفاصيل المشروع

مرجع الوحدة LIV-R-RESIDENCES7-SA
رقم التصريح 71354539197
الغرض للإيجار
الحالة جاهز
اسم العقار Nakheel
مكان وقوف السيارات 1
تمت الإضافة في 13 May 2026

قوائم مشابهة

3
غرف
3
حمامات
1,862
ft²
Mohammed Bin Rashid City
WhatsApp
g = card.querySelector('img[data-debug-resolved], img[src*="/assets/agents"]'); if (img) { var resolved = img.getAttribute('data-debug-resolved') || img.getAttribute('src') || ''; var raw = (img.getAttribute('data-debug-raw-image') || '').trim() || '(empty)'; var isFailed = img.classList.contains('error'); var fullUrl = resolved.indexOf('http') === 0 ? resolved : baseUrl + (resolved.indexOf('/') === 0 ? '' : '/') + resolved; withImg.push({ slug: slug, resolved: resolved, fullUrl: fullUrl, raw: raw, failed: isFailed }); if (isFailed) failed.push({ slug: slug, fullUrl: fullUrl, raw: raw }); } else { noImg.push(slug); } }); var okCount = withImg.length - failed.length; console.groupCollapsed('%c[Agent images] ' + cards.length + ' cards | ' + okCount + ' OK | ' + failed.length + ' failed | ' + noImg.length + ' no img', 'font-weight:bold'); console.log('Base URL:', baseUrl); if (cards.length === 0) console.warn('No agent links (a[href*="/agents/"]) found.'); if (withImg.length) console.table(withImg.map(function(r){ return { slug: r.slug, resolved: r.resolved, raw: r.raw, failed: r.failed ? 'YES' : '' }; })); if (failed.length) { console.group('Failed (404)'); failed.forEach(function(r){ console.log(r.slug, r.fullUrl, '| raw:', r.raw); }); console.table(failed); console.groupEnd(); } if (noImg.length) { console.warn('No img tag:', noImg); console.table(noImg.map(function(s){ return { slug: s }; })); } console.groupEnd(); } if (document.readyState === 'loading') document.addEventListener('DOMContentLoaded', run); else run(); setTimeout(run, 3000); })();