@extends("board.layout.layout-boards") @section("board-search") @endsection @section("board-content")
| 번호 | 등록일시 | 전시상태 | 상단고정 | 제목 | 상품명 | 강사명 | 댓글 | 조회수 | 작성자 | @if($authorize)관리 | @endif
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $post->id }} | {{ $post->created_at }} | {{ $post->enable?->activated == 1 ? "전시" : "비전시" }} |
enable?->is_fixed)
@disabled(!$authorize)
>
|
{{ $post->content->title }} | @if ($product) {{ $product?->name }} 외 {{ $productCnt }} 건 @else - @endif | {{ $post->teacher?->name }} | {{ number_format($post->comments->count()) }} | {{ number_format($post->content->views) }} | {{ $post->content->writer?->name }} | @if($authorize)@endif |