Hello, @Andreas94 !
I don’t know if your project has restrictions to use Vue. I believe the easier approach is to wrap the editor inside a Vue component. Thus, you can use it anywhere without caring about how blade would manage those scripts. Also, check that there is an official CKEditor component for Vue: https://github.com/ckeditor/ckeditor5-vue
Another option is to create a blade component. https://laravel.com/docs/5.8/blade#components-and-slots
Hope this helps. Let me know.