$post->is_notice]) data-group-id="{{$post->post_group_id}}">
@if ($post->is_notice)
공지
@else
{{ $posts->total() - ($posts->currentPage() - 1) * ($post->page_rows ?: 10) - $loop->index }}
@endif
@if($post->is_secret)
}})
@endif
{{ Str::limit($post->subject, 40) }}
@if($post->is_new)
N새글
@endif
@if($post->is_hot)
H인기글
@endif
@if ($post->files_count != 0)
 }})
@endif
@if ($post->comments_count > 0)
댓글
{{ number_format($post->comments_count) }}
개
@endif
@if($post->user)
@else
{{ $post->user_name }}
@endif
{{ number_format($post->hit) }}
{{ substr($post->created_at, 2, 8) }}
@empty