@forelse($comments as $comment)
{{$comment->author()}} @if(config("binshopsblog.comments.ask_for_author_website") && $comment->author_website) (website) @endif {{$comment->created_at->diffForHumans()}}

{!! nl2br(e($comment->comment))!!}

@empty
No comments yet! Why don't you be the first?
@endforelse @if(count($comments)> config("binshopsblog.comments.max_num_of_comments_to_show",500) - 1)

Only the first {{config("binshopsblog.comments.max_num_of_comments_to_show",500)}} comments are shown.

@endif