{{-- Modal Header: Glassmorphism effect --}}

{{ __('Promotional Flyer') }}

{{ __('Upload or manage the promotional flyer for this machine.') }}

{{-- Modal Body (Scrollable) --}}
@if ($machine->promo_flyer_path) {{-- Current Flyer Section --}}
{{ __('Current Promotional Flyer') }}
{{-- Replace Section --}}
{{ __('Replace Flyer') }}
@else {{-- Upload New Section --}}
{{ __('Upload Promotional Flyer') }}

{{ __('High-quality image recommended (PNG, JPG) up to 3MB.') }}

@endif {{-- Modal Footer: Consistent Dark Theme --}}