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

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

@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

{{ __('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. Every other modal in this repo does it this way; this one was the odd one out. --}} {{ __('templates.cancel') }}