@extends($layout) @section('content') @php $canvasItem = $canvasItem ?? []; $canvasTypes = $canvasTypes ?? []; $id = ''; if (isset($canvasItem['id']) && $canvasItem['id'] != '') { $id = $canvasItem['id']; } @endphp {!! $tpl->displayNotification() !!}


@if ($id !== '')

{!! __('subtitles.discussion') !!}

@include('comments::submodules.generalComment', ['formUrl' => BASE_URL . '/ideas/ideaDialog/' . $id]) @endif
@if ($id !== '')

{!! __('headlines.linked_milestone') !!}

@endif
@if ($id != '') {!! __('links.delete') !!} @endif
@once @push('scripts') @endpush @endonce @endsection