@can('read scrumboard task comment')
Discussions
@php $canComment = $task && $canCreateComment && Gate::check('createComment', $task); @endphp @if($canComment) @endif
@endcan