{!! sprintf( __('text.written_on'), format($comment['date'])->date(), format($comment['date'])->time() ) !!}
{!! sprintf( __('text.full_name'), $tpl->escape($comment['firstname']), $tpl->escape($comment['lastname']) ) !!}
{!! $tpl->escapeMinimal($comment['text']) !!}
@if ($login::userIsAtLeast(\Leantime\Domain\Auth\Models\Roles::$commenter))
{{ __('links.reply') }}
@if($comment['userId'] == session("userdata.id"));
{{ __('links.delete') }}
@endif @endif