{{ __('tasks.comments.mention_hint') }}

@error('body')

{{ $message }}

@enderror
{{ __('tasks.comments.submit') }}
@forelse ($this->comments() as $comment)

{{ $comment->user?->name }}

{{ $comment->created_at?->diffForHumans() }}

@if ($this->canDelete($comment)) @endif

{!! $comment->renderedBody() !!}

@empty

{{ __('tasks.comments.empty') }}

@endforelse
@script @endscript