{{ Lang::get('tree.posts.comments') }}

@if(isset($comments) && ($comments['status'] != 2 && sizeof($comments['comment']) > 0)) @foreach($comments['comment'] as $i=>$comment)

{{ $comment->id }}

{{ HTML::image('uploads/comments/thumb/'.$comment->thumb) }}

{{ $comment->name }}

{{ substr($comment->text ,0,200);}}

@endforeach @else

{{ Lang::get('post.msg.info.no_comments') }}

@endif