@extends("board.layout.layout-boards") @section("board-search")
@endsection @section("board-content") @foreach ($posts as $post) @php $content = $post->content; @endphp service])> @endforeach
번호 등록일시 전시상태 자료구분 제목 강사명 댓글수 조회수 좋아요 수
/기본 좋아요 수
작성자 관리
{{ $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 }}
@endsection