advertisement

Retrieving HR contact details…

← Go to the Directory

`; return; } const normalizedId = rawId.trim().toLowerCase(); const rawData = container.getAttribute(`data-companies`); let companyData = {}; if(rawData) { try { companyData = JSON.parse(rawData); } catch(e) { container.innerHTML = `

Error parsing data.

`; return; } } const company = companyData[normalizedId]; if (!company) { container.innerHTML = `

Company Not Found

Sorry, we couldn't find details for ID: "${normalizedId}".

← Return to the Directory
`; return; } container.innerHTML = `

${company.name}

📍 ${company.location}

👥 ${company.employees} employees

Roles Open to Foreigners
${company.roles}
Salary Range
${company.salary}
Visa Sponsorship Type
${company.visa}

📧 Direct Application Access

Apply directly through the official career portal or contact the HR department below.

💡 Sponsorship Note: ${company.note}
`; } if (document.readyState === `loading`) { document.addEventListener(`DOMContentLoaded`, runCompanyApp); } else { runCompanyApp(); } })(); /* ]]> */

Scroll to Top