@extends('../layout/' . $layout) @section('subhead')
Content of the editor.
{{ str_replace('>', 'HTMLCloseTag', str_replace('<', 'HTMLOpenTag', ' import ClassicEditor from "@ckeditor/ckeditor5-build-classic"; $(".editor").each(function () { const el = this; ClassicEditor.create(el).catch((error) => { console.error(error); }); }); ')) }}