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

@foreach($comments['comment'] as $i=>$comment)
@if(isset($comment->thumb)) {{ HTML::image('uploads/comments/'.$comment->image,null,array('style'=>'width:100%')) }} @endif

{{ $comment->name }}

{{ $comment->text }}

@endforeach