{{ isset($comment->created_at) ? $comment->created_at->diffForHumans() : '' }} @if (isset($comment->created_at) && $comment->created_at != $comment->updated_at) ({{ get_label('edited', 'Edited') }}) @endif
{!! isset($comment->content) ? $comment->content : '' !!}
{{ isset($reply->created_at) ? $reply->created_at->diffForHumans() : '' }} @if (isset($reply->created_at) && $reply->created_at != $reply->updated_at) ({{ get_label('edited', 'Edited') }}) @endif
{!! isset($reply->content) ? $reply->content : '' !!}
{{ get_label('no_comments', 'No Comments') }}
{{ isset($comment->created_at) ? $comment->created_at->diffForHumans() : '' }} @if (isset($comment->created_at) && $comment->created_at != $comment->updated_at) ({{ get_label('edited', 'Edited') }}) @endif
{!! isset($comment->content) ? $comment->content : '' !!}
@if (isset($comment->attachments) && $comment->attachments->isNotEmpty()){{ isset($reply->created_at) ? $reply->created_at->diffForHumans() : '' }} @if (isset($reply->created_at) && $reply->created_at != $reply->updated_at) ({{ get_label('edited', 'Edited') }}) @endif
{!! isset($reply->content) ? $reply->content : '' !!}
@if (isset($reply->attachments) && $reply->attachments->isNotEmpty()){{ get_label('no_comments', 'No Comments') }}
@endif