@extends("board.layout.layout-boards") @section("board-content")
번호 | 등록일시 | 전시상태 | 전시기간 | 상단고정 | 제목 | 댓글 | 조회수 | 작성자 | 관리 |
---|---|---|---|---|---|---|---|---|---|
{{ $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)>
|
{{ $content?->title }} | {{ number_format($post->comments->count()) }} | {{ number_format($content?->views) }} | {{ $content?->writer?->name }} | {{-- --}} |