91³Ô¹ÏÍø

Watch CBS News

Trump salutes as 6 soldiers killed in Iran are transferred back to the U.S.

President Trump participated in a dignified transfer on Saturday of six service members who were killed in the first days of the war with Iran.

Mr. Trump, joined by first lady Melania Trump, Defense Secretary Pete Hegseth and Middle East special envoy Steve Witkoff, attended the transfer of the Americans killed in action at Dover Air Force Base in Delaware.

The fallen servicemembers were identified by the Department of Defense as Capt. Cody A. Khork, 35, Sgt. 1st Class Noah L. Tietjens, 42, Sgt. 1st Class Nicole M. Amor, 39, Sgt. Declan J. Coady, 20, Maj. Jeffrey O'Brien, 45 and Chief Warrant Officer 3 Robert M. Marzan, 54.

"I'm glad we paid our respects," Mr. Trump told reporters aboard Air Force One following the transfer. "It's a tough situation ... great people, great parents, wifes, families."

The president said the parents of the service members were proud, adding that the war is going "unbelievably" and "as good as it can be."

When asked by a Washington Post reporter about the possibility he'd have to return to Dover for more dignified transfers, Mr. Trump said "...I'd hate to do it, but it's a part of war, isn't it?"

"Wouldn't you say it's a part of war?" he asked the reporter. "It's the sad part of war, the bad part of war."

US-IRAN-ISRAEL-WAR
President Trump salutes as members of a U.S. Army team carry a flag-draped transfer case containing the remains of one of six soldiers during a dignified transfer solemn event at Dover Air Force Base, in Dover, Delaware, on March 7, 2026. SAUL LOEB /AFP via Getty Images

The six service members died during an unmanned aircraft system attack in Port Shuaiba, Kuwait, on Sunday, March 1, the Defense Department said.

All were members of the 103rd Sustainment Command, which is based in Des Moines, Iowa. The unit provides food, supplies and other logistics support to the military.

Shortly after landing at Dover, Mr. Trump was greeted by officials, including Col. Jamil Musa, the Commander of the 436th Airlift Wing, and Col. Martha "Jeannie" Sasnett, the Commander of Air Force Mortuary Affairs Operations.

Earlier Saturday, while addressing Latin American leaders in Miami, Mr. Trump called the soldiers' deaths a "very sad situation" and said the servicemembers were "coming home in a different manner than they thought they'd be coming home." 

"But they're great heroes in our country, and we're going to keep it that way," Mr. Trump said. 

The dignified transfer, a ritual that returns the remains of U.S. service members killed in action, is considered one of the most somber duties of any commander in chief. During his first term, Mr. Trump called participating in the transfer "the toughest thing I have to do" as president.

After the dignified transfer was completed, Mr. Trump is set to return to Mar-a-Lago. 

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=296763317a51cab90faa73f1bb146d5c'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });