Comments: @if(sizeOf($comments) > 0)
@foreach($comments as $comment)
[{{ $comment->username }}]
{{ $util->dateFormat($comment->created_at,2) }}
{{ $comment->comment }}
@if($comment->image != '') View Image @endif
@endforeach @else
no comment
@endif