Chelsea claim Conference League title in style with second-half comeback 

Chelsea claim Conference League title in style with second-half comeback 
Chelsea players celebrate lifting the UEFA Europa Conference League trophy after their 4-1 victory over Real Betis in the final at Wroclaw Stadium ( AFP photo)

AMMAN — Chelsea capped off a turbulent season with silverware on Wednesday night, defeating Real Betis 4-1 in the UEFA Europa Conference League final at Wroclaw Stadium.

Despite trailing early in the match, the London side produced a dominant second-half performance to secure the trophy, becoming the first club in history to win all five of UEFA's men’s club competitions — the UEFA Cup Winners' Cup, UEFA Super Cup, UEFA Champions League, UEFA Europa League, and now the UEFA Conference League.

Real Betis opened the scoring in the ninth minute through Moroccan winger Abde Ezzalzouli, who coolly slotted the ball into the far corner after a well-timed assist from Isco. Betis controlled the tempo in the first half, pressing high and creating several chances, while Chelsea’s defence struggled to find rhythm.

However, the second half saw a completely different Chelsea side emerge. Enzo Fernandez levelled the score in the 65th minute with a powerful header. Just five minutes later, Cole Palmer — instrumental throughout — carved through the Betis backline and set up Nicolas Jackson for a close-range finish to give Chelsea the lead.

Jadon Sancho added a third goal in the 83rd minute on a swift counterattack, before Moises Caicedo sealed the victory with a thunderous strike from outside the box in stoppage time.

Cole Palmer, who provided two key assists, was named man of the match for his creative display and leadership in the attacking third.

Chelsea head coach Enzo Maresca expressed his pride after lifting the trophy: “We didn’t start the game in the best form, but we improved as the match went on. I’m happy we ended this tough season with a title. I feel for Pellegrini and respect him a lot.”

Real Betis manager Manuel Pellegrini acknowledged his team’s strong start but lamented their second-half collapse: “We played really well in the first half but couldn’t keep our rhythm and pressure. We had a good season but unfortunately didn’t win. I’m sure the fans are devastated, but they still appreciate the work we’ve done. We’ll begin preparing for next season from tomorrow.”

Chelsea's historic win not only adds another European trophy to their cabinet but also offers hope and momentum heading into the next campaign.

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