{{-- Modal Header: Glassmorphism style --}}

{{ __('Edit Media') }}

{{ __('Manage the machine images and videos. You can set a primary image, organize the gallery, and upload new content.') }}

{{-- Modal Body --}}
{{-- Section: Primary Image --}} @if ($mainImage)
{{ __('Primary Image') }}
@endif {{-- Section: Gallery Images --}}
{{ __('Gallery Images') }}
@foreach ($currentMediaImages as $media)
Machine media {{-- Botón de Borrar (Mantenido y mejorado visualmente) --}}
{{-- Botón de Hacer Principal (Mantenido y mejorado visualmente) --}}
@endforeach
{{-- Section: Machine Video --}} @if ($currentMediaVideo)
{{ __('Machine Video') }}
{{-- Botón borrar video --}}
@endif {{-- Section: Upload Content --}}
{{ __('Upload New Content') }}
{{-- Footer Buttons: Estilo exacto a la referencia --}}