Prime minister tours facilities in Naour, directs service upgrades

Prime minister tours facilities in Naour, directs service upgrades
Prime Minister Jafar Hassan checks on Um Al Quttain healthcare centre in Naur District (Photo courtesy of Prime Ministry)

AMMAN — Prime Minister Jafar Hassan on Tuesday conducted a field tour of four sites in the Naour District, inspecting industrial, health, youth and social institutions.

The tour began with a visit to Nutridar Company, a national investment established in 1994 and valued at JD20 million, which specialises in the production of milk and baby food and currently provides around 120 job opportunities for Jordanians, according to a Prime Ministry statement.

During the visit, the Prime Minister discussed ways to support the company in expanding its exports to new international markets and reducing production and energy costs. Nutridar currently exports around JD6 million worth of products to 11 Arab countries.

Hassan also visited the Our Lady of Peace Centre for Persons with Disabilities, where he commended the quality of services provided to individuals with disabilities across all age groups. He directed the expansion of the centre to accommodate children currently on the waiting list and to widen its scope to include more beneficiaries.

The centre offers services such as early intervention, speech therapy, physical therapy, and autism care, in accordance with its operational capacity. It also runs branches in Amman, Zarqa, Ajloun, Aqaba, and Mafraq.

Accompanied by the minister of education and higher education and scientific research, the prime minister toured the centre’s various departments and reviewed the services available to individuals with disabilities.

At a primary health centre in the district, Hassan called for upgrading the facility, noting the absence of a permanent physician. He also instructed that the infrastructure be rehabilitated, as the centre currently operates out of a rented building, to improve healthcare services for the area’s 27,000 residents.

At the Hisban Youth Club, and in the presence of the minister of youth, Hassan directed that the club's field be equipped with solar energy units to help reduce electricity costs. He also called for the renovation of the club’s building and the completion of a hall project that has remained unfinished since 2018.

The prime minister was also accompanied on the tour by Amman Governor Yasser Adwan.

.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'); }); }); });