{{-- 공지사항 --}} @include('mobile.board.component.notice') {{-- 1:1 문의 --}} @if($posts->total > 0) @foreach($posts->list as $row) @endforeach @else @endif
{{-- 분류/정렬/목록 수 --}} @include('mobile.board.component.tab')

@if($boardMeta->use_category && $row->categoryName) @endif @if($row->is_secret) 비밀글입니다. @elseif($row->isBlame) {{ $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

  • {{ $row->user->name }}
  • {{ $row->createdAt }}
  • 조회 {{ $row->hit }}
  • 추천 {{ $row->like }}
@if($row->is_reply)
답변완료
@else
접수완료
@endif
1:1 문의글이 존재하지 않습니다.
@if($posts->total > 0) @endif