{{ Lang::get('tree.posts.title', ['cat' => '']) }} "{{ $current_category_name }}"

@foreach($posts as $i=>$post)
@if (!($post->image == null || $post->image == ''))

{{ $post->id }}

@else @endif

{{ $post->title }}

@if($post->comment_allowed)@endif
@endforeach