{{ __('tasks.comments.mention_hint') }}
{{ $message }}
{{ $comment->user?->name }}
{{ $comment->created_at?->diffForHumans() }}
{!! $comment->renderedBody() !!}
{{ __('tasks.comments.empty') }}
{{ __('tasks.comments.mention_hint') }}
@error('body'){{ $message }}
@enderror{{ $comment->user?->name }}
{{ $comment->created_at?->diffForHumans() }}
{!! $comment->renderedBody() !!}
{{ __('tasks.comments.empty') }}
@endforelse