Social Development Ministry seizes property linked to outlawed Muslim Brotherhood

Social Development Ministry seizes property linked to outlawed Muslim Brotherhood
The Ministry of Social Development’s dissolution committee for the outlawed Muslim Brotherhood seizes a property and its assets in Amman’s Al Bayader district (JT file)

AMMAN — The Ministry of Social Development’s dissolution committee for the outlawed Muslim Brotherhood has seized a property and its assets in Amman’s Al Bayader district.

The action was taken after it was confirmed that the premises were being rented by the banned association, the Jordan News Agency, Petra, reported.

The head of the ministry’s dissolution committee said that the property’s owner had informed the committee about a leased building in Al Bayader being used by the dissolved Muslim Brotherhood group, adding that the owner filed a claim for unpaid rent, citing a lease agreement dated January 1, 2006.

Following the submission of the agreement, a committee team inspected the property on May 15. The inspection revealed that the premises were jointly used by the outlawed association and a political party, sharing a single main entrance and common facilities.

"The committee’s actions are based on Paragraph 4 of Article 11(b) of the 2010 regulation governing the bylaws of societies. This provision requires an inventory of the dissolved society’s movable and immovable assets, the preparation of detailed asset lists, and the documentation of debts owed by and to the society."

These inventories must be certified in preparation for the transfer of all assets to the Societies Support Fund.

This procedure aligns with Article 25 of the Law on Societies, which stipulates that “all assets of a dissolved society shall be transferred to the entity specified in its bylaws, which must be either the Fund or another society with the same goals and objectives,” the committee said.

"Paragraph (b) of the same article further states that if the society’s bylaws do not specify the fate of its assets upon dissolution, or if the transfer to the designated entity is not possible, the assets shall be transferred to the Fund."

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