{{-- Simditor --}}
@if (config('settings.single.simditor_wysiwyg'))
@if (config('lang.direction') == 'rtl')
@endif
@endif
{{-- CKEditor --}}
{{-- Use this plugin by deactiving the "Simditor WYSIWYG Editor" --}}
@if (!config('settings.single.simditor_wysiwyg') && config('settings.single.ckeditor_wysiwyg'))
{{-- ... --}}
@endif