Prime minister inspects facilities in Irbid, orders upgrades of services

Prime Minister Jafar Hassan on Sunday tours six educational, industrial, youth and health facilities in the districts of Al Koura and Qasabat Irbid (Petra photo)

AMMAN — Prime Minister Jafar Hassan on Sunday toured six educational, industrial, youth and health facilities in the districts of Al Koura and Qasabat Irbid , as part of his field visits to development projects across the Kingdom.

The tour began with a visit to a comprehensive secondary school for girls, where the prime minister, accompanied by the minister of education, listened to students’ and teachers’ concerns. He instructed that the school undergo full maintenance and that an assessment be conducted to explore the possibility of expanding its facilities, according to a Prime Ministry statement.

At another comprehensive secondary school, Hassan commended the contributions of community volunteers in implementing local initiatives. He called for a study to expand the school and equip it with playgrounds and outdoor areas, particularly for kindergarten students, along with conducting general maintenance.

At Al Areen Garment Manufacturing Company, a Royal Initiative project employing 400 people, the prime minister, alongside the minister of labour, affirmed the government's support for the factory's expansion plan, which aims to create 200 additional jobs. He also ordered the acceleration of approvals for connecting the facility to solar energy sources, to lower production costs and encourage industrial investment.

In a visit to the Deir Abi Saeed Youth Centre, Hassan met with young women benefiting from training programmes. Joined by the minister of youth, he discussed ways to enhance the centre's role in empowering youth. He also instructed the expansion and accreditation of vocational and technical training programmes, the extension of training durations, and the provision of modern computers, internet access, and air conditioning for the facility’s halls.

The Prime Minister also visited Princess Raya Bint Al Hussein Hospital, where he inspected medical departments and listened to patient and staff feedback. He directed the expansion of the intensive care and physical therapy units and ordered improvements to parking areas to better serve patients.

Hassan also visited the under-construction Princess Basma Hospital, where finishing works are nearing completion. He stressed the importance of completing the project by September to begin delivering health services to the public. He also called for the urgent rehabilitation of roads leading to the hospital to ensure smooth access for citizens.

The prime minister was accompanied during the tour by Irbid Governor Radwan Otoum and several Cabinet ministers.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });