@csrf
Rank Templates
Edit all rank-related Email/SMS templates on one settings-style page.
@can('rank-testing-template.edit') @endcan
@foreach($definitions as $title => $definition) @php($template = $templates[$title]) @php($key = md5($title))
{{ $title }}
{{ strtoupper($template->template_type ?: $definition['type']) }} Template
Rank
subject ?: $definition['subject']) }}">
@foreach($definition['placeholders'] as $placeholder){{ '{'.$placeholder.'}' }}@endforeach
@endforeach
@can('rank-testing-template.edit')
@endcan