JAF dispatches relief convoy of 25 trucks to Gaza

The Jordanian Armed Forces – Arab Army, in coordination with the Jordan Hashemite Charity Organisation, dispatches a convoy of 25 trucks carrying food and relief supplies to the war-torn Gaza Strip on Sunday (Petra photo)

AMMAN — The Jordanian Armed Forces – Arab Army (JAF), in coordination with the Jordan Hashemite Charity Organisation (JHCO), on Sunday dispatched a convoy of 25 trucks carrying food and relief supplies to the war-torn Gaza Strip.

Aiming to meet the urgent needs of the people of Gaza, the supplies will be distributed by the relevant authorities in the Strip, the Jordan News Agency, Petra, reported.

This initiative, which underscores Jordan’s commitment to stand in solidarity with the Palestinian people in alleviating the hardships caused by the Israeli aggression on Gaza, falls within Jordan’s ongoing efforts to support the Gazans who are facing difficult living conditions during the holy month of Ramadan.

JAF reiterated that it is still sending aid via an air bridge to supply humanitarian and medical supplies, whether by flights from Marka Airport towards El Arish International Airport, airdrops on the Gaza Strip, or land aid convoys.

Since the beginning of the Israeli aggression against the Strip, the JAF has sent a total of 460 trucks and conducted 57 Jordanian airdrops, in addition to 86 airdrops conducted jointly with other countries.

A total of 48 aid aircrafts have been also dispatched through El-Arish International Air port in Egypt.

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