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