@if (count($allCanvas) > 0)
@else
{!! file_get_contents(ROOT . '/dist/images/svg/undraw_design_data_khdb.svg') !!}
{{ __("headlines.goal.analysis") }}
{{ __("text.goal.helper_content") }}
@if ($login::userIsAtLeast($roles::$editor))
{{ __('links.icon.create_new_board') }}
@endif
@endif
@if (!empty($disclaimer) && count($allCanvas) > 0)
{{ $disclaimer }}
@endif
{!! $tpl->viewFactory->make($tpl->getTemplatePath('canvas', 'modals'), $__data)->render() !!}