{{-- R24: the ten-row textarea scrolls, the title and the buttons stay. --}}
@error('body')

{{ $message }}

@enderror
{{-- One checkbox, one value: retiring an answer rather than deleting it, because it is still the answer somebody was given last year. --}}

{{ __('templates.placeholders') }}

@foreach ($placeholders as $token => $explanation) {{-- See mail-templates.blade.php: a literal }} inside an echo tag ends the tag. --}} @php $literal = '{{'.$token.'}}'; @endphp {{ $literal }} @endforeach

{{-- form=, because the button lives outside the
it submits — the price of a footer that does not scroll away, and an HTML attribute rather than a workaround. --}} {{ __('templates.save') }} {{-- Livewire.dispatch, not Alpine's $dispatch. Alpine's fires a browser DOM event, and the modal listens for a LIVEWIRE event of that name — so the button did nothing at all. --}} {{ __('templates.cancel') }}