@if($boardMeta->show_list_from_view)
@if($latest && $latest->total > 0)
@if($boardMeta->use_personal) {{-- 1:1문의 시작 --}} @foreach($latest->list as $row) @endforeach

@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
@if($latest->total > 0) @endif {{-- 1:1문의 종료 --}} @elseif($boardMeta->board_layout_type == BOARD_LAYOUT_NORMAL) {{-- 일반 게시글 시작 --}} @foreach($latest->list as $row) @endforeach

@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->thumbnail)
{{ $row->subject }}
@endif
@if($latest->total > 0) @endif {{-- 일반 게시글 종료 --}} @elseif($boardMeta->board_layout_type == BOARD_LAYOUT_TYPE_1) {{-- 사진/동영상 게시글 시작 --}} @if($latest->total > 0)
@foreach($latest->list as $row)
@if($row->thumbnail) {{ $row->subject }} @else No Image @endif

@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 }}
@endforeach
@else
게시글이 존재하지 않습니다.
@endif @if($latest->total > 0) @endif {{-- 사진/동영상 게시글 종료 --}} @endif
@endif @endif @push('styles') @endpush