{{-- 분류/정렬/목록 수 --}}
@include('mobile.board.component.tab')
{{-- 공지사항 --}}
@include('mobile.board.component.notice')
{{-- 사진/동영상 게시글 --}}
@if($posts->total > 0)
@if($boardMeta->use_category && $row->categoryName)
@endif
@if($row->is_secret)
비밀글입니다.
@elseif($row->isBlame)
@else
@endif
{{ $row->subject }}
@else
{{ $row->subject }}
@endif
@if($row->comment_rows > 0)
[{{ $row->comment_rows }}]
@endif
@if($row->file_rows > 0)
@endif
@if($row->link_rows > 0)
@endif
@if($row->image_rows > 0)
@endif
@if($row->isNew)
New
@endif
@if($row->isHot)
Hot
@endif