Royal Court chief bids farewell to Hajj delegation of martyrs’, injured families

Royal Court chief bids farewell to Hajj delegation of martyrs’, injured families
Royal Court Chief Yousef Issawi on Wednesday delivers a speech during the farewell ceremony for the Hajj delegation benefiting from His Majesty King Abdullah’s Royal gesture (Petra photo)

AMMAN — Deputising for His Majesty King Abdullah , Royal Court Chief Yousef Issawi on Wednesday bid farewell to the Hajj delegation benefiting from the King’s Royal gesture for the families of Jordan Armed Forces–Arab Army and security agency martyrs and injured personnel.

During a farewell ceremony held at the Royal Court, Issawi conveyed His Majesty’s greetings to the pilgrims and his keenness to ensure their comfort and well-being throughout the pilgrimage, wishing them a safe and spiritually fulfilled journey, and a safe return, the Jordan News Agency, Petra, reported.

Issawi said that the annual Royal gesture reflects His Majesty’s commitment to honouring those who have sacrificed their lives for the homeland, underlining that caring for the families of martyrs and the wounded remains a top priority in the King’s vision and directives.

Royal Court Imam Ahmad Khalaileh said that the initiative embodies the “deeply rooted” values of the Hashemite leadership and its close bond with the people, noting that enabling families of martyrs and the wounded to perform Hajj is "a sincere expression of gratitude and noble recognition of their sacrifices".

Members of the delegation expressed their “deep” gratitude and appreciation to His Majesty for this gesture, which provided them with the opportunity to perform Hajj under “well-organised and comfortable” arrangements.

They stressed that this gesture reflects the “strong” bond between the Hashemite leadership and the Jordanian people and embodies the noble values of loyalty and solidarity.

The delegation was accompanied by a support team from the Royal Court to ensure the smooth organisation and field follow-up throughout the pilgrimage.

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