@extends($layout)
@section('content')
@php
/**
* canvasComment.inc template - Generic template for comments
*
*/
@endphp
{{ $canvasItem['description'] }}
@if ($id !== '')
@php
$tpl->assign("formUrl", "/goalcanvas/editCanvasComment/" . $id . "");
$tpl->displaySubmodule('comments-generalComment');
@endphp
@endif
@endsection