@extends("board.layout.layout-boards") @section("board-search")
| 번호 | 등록일시 | 전시상태 | 자료구분 | 제목 | 강사명 | 댓글수 | 조회수 | 좋아요 수 /기본 좋아요 수 |
작성자 | @if($authorize)관리 | @endif
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $post->id }} | {{ $post->created_at }} | {{ $post->enable?->activated == 1 ? "전시" : "비전시" }} | {{ $material_type[$post->material_type] }} | {{ $content->title }} | {{ $post->teacher?->name }} | {{ number_format($post->comments->count()) }} | {{ number_format($content->views) }} | {{ number_format($post->likeCnt()) }} {{ $post->default_like_cnt > 0 ? "/" . number_format($post->default_like_cnt) : '' }} | {{ $content->writer?->name }} | @if($authorize)
|
@endif