{{ __('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') }} {{ __('templates.cancel') }}