@if(config('twill.debug'))
@if (!empty($error))
An error occured trying to render:
{{$error}}
@else
Missing block's (preview) view, create one at resources/views/{{ str_replace('.', '/', $view) }}.blade.php or provide your own blocks views path using the block_editor.block_views_path option in your twill.php configuration file.
@endif
@endif