@extends("board.layout.layout-boards") @section("board-search")
번호 | 등록일시 | 전시상태 | 서비스 구분 | 상품명 | 추천강사 | 제목 | 수업기간 | 수업난이도 | 수업평가 | 댓글수 | 좋아요 수 /기본 좋아요 수 |
작성자 | 관리 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $post->id }} | {{ $post->created_at }} | {{ $post->enable->activated == 1 ? "전시" : "비전시" }} | {{ $post->service == 'ielts' ? "인강" : "어학원" }} | {{ $post->product?->name }} | @foreach ($post->teachers as $teacher) {{ $teacher->teacher->name }} @endforeach | {{ $post->content->title }} | {{ $post->class_time ? $times[$post->class_time] : '-' }} | {{ $post->difficulty ? $difficulties[$post->difficulty] : '-' }} | {{ $post->grade }} | {{ number_format($post->comments->count()) }} | {{ number_format($post->likeCnt()) }} {{ $post->default_like_cnt > 0 ? "/" . number_format($post->default_like_cnt) : '' }} | {{ $post->content->writer?->name }} |