Saudi Arabia reiterates commitment to UNRWA, provides financial aid for Palestinian refugees

Saudi Arabia reiterates commitment to UNRWA, provides financial aid for Palestinian refugees

AMMAN — Saudi Ambassador to Jordan Nayef Bin Bandar Sudairi on Monday reiterated his country's commitment to supporting UNRWA in fulfilling its financial obligations.

Presenting financial support to UNRWA Commissioner-General Philippe Lazzarini, Sudairi stressed the agency's crucial role in providing humanitarian assistance to Palestinian refugees and enhancing their living conditions, education, and health services, according to the Jordan News Agency, Petra.

Lazzarini expressed gratitude for the Saudi donation, noting that it will enable UNRWA to continue its vital programmes, particularly in education and health, and to assist the most vulnerable Palestinian refugees in the West Bank, Gaza, Jordan, Lebanon, and Syria.

The commissioner-general also said that more than 650,000 children in Gaza are currently out of school and suffering from severe psychological trauma, underscoring the urgent need to restore their access to education.

He also noted that after a year of suffering and loss, Gaza has become unrecognisable, with living conditions reaching unbearable levels, warning of serious consequences of approving draft Israeli legislation aimed at stopping UNRWA's operations.

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