Thanks for the feedback @strarsis, but I’m getting the same error. Here’s my complete filter hook (added inside method register of the class BlockServiceProvider):
I think I understand the problem: return view('blocks/example', compact('attributes', 'content')); is looking for the blade file in the theme folder, not in the plugin folder. Is it possible to change this?