@csrf @foreach(config('mailcoach.editors') as $editor) @if($contentEditor === $editor::label())
@includeIf($editor::settingsPartial())
@endif @endforeach
@foreach(config('mailcoach.editors') as $editor) @if($templateEditor === $editor::label())
@if($templateEditor === $contentEditor) {{ __mc('Uses same settings as the content editor.') }} @else
@includeIf($editor::settingsPartial())
@endif
@endif @endforeach