@extends("board.layout.layout-boards") @section("board-search")
번호 | 등록일시 | 전시상태 | 전시기간 | 상단고정 | 1:1문의 노출 | 질문구분 | 제목 | 댓글수 | 조회수 | 작성자 | 관리 |
---|---|---|---|---|---|---|---|---|---|---|---|
{{ $post->id }} | {{ $post->created_at }} | {{ $post->enable->activated == 1 ? "전시" : "비전시" }} |
@if ($post->enable?->activated == 1)
{{ date('Y-m-d', strtotime($post->enable?->started_at)) }}
~ {{ $post->enable?->ended_at ? date('Y-m-d', strtotime($post->enable?->ended_at)) : '' }}
@else
-
@endif
|
enable?->is_fixed)>
|
is_qna_visible == 1)>
|
{{ isset($inquiryTypes[$post->faq_type]) ? $inquiryTypes[$post->faq_type] : '' }} | {{ $content->title }} | {{ number_format($post->comments->count()) }} | {{ number_format($content->views) }} | {{ $content->writer?->name }} | {{-- --}} |