Crown Prince meets Egypt president in Cairo

HRH Crown Prince Hussein meets with Egypt President Abdel Fattah El Sisi at Al Ittihadiya Palace in Cairo on Tuesday (Photo courtesy of Royal Court)

Meeting covers deep-rooted, strategic ties between countries


AMMAN — HRH Crown Prince Hussein met on Tuesday with Egypt President Abdel Fattah El Sisi in Cairo at the start of a working visit.

During the meeting at Al Ittihadiya Palace, Crown Prince Hussein conveyed His Majesty King Abdullah’s greetings to President El Sisi and wishes of further prosperity and progress for the people of Egypt, according to a Royal Court statement.

President El Sisi asked His Royal Highness to convey his greetings to King Abdullah, commending His Majesty’s efforts in bolstering Jordanian-Egyptian ties.

The meeting covered the deep-rooted, strategic ties between the two countries and peoples, and the importance of advancing cooperation and coordination.

The Crown Prince stressed the importance of partnership between the two countries in vital sectors, noting Jordan’s interest in enhancing economic cooperation, especially on investments in the tourism sector.

His Royal Highness commended Egypt’s progress across a number of sectors, particularly in mega development projects, noting the need to exchange expertise on micro, small and medium projects.

For his part, President El Sisi expressed keenness on strengthening cooperation in tourism and development projects, in addition to achieving economic integration.

The president also noted that Egypt and Jordan share the same positions on various issues and developments.

Prime Minister Bisher Khasawneh, Tourism Minister Nayef Al Fayez, Industry, Trade, and Supply Minister Yousef Shamali, Jordan’s Ambassador in Cairo Amjad Adaileh, Crown Prince Office Director Mustafa Khalifeh, and a number of Egyptian officials attended the meeting.

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