@extends("domains.common.layouts.layout") @routes(["user", "product"]) @section("header") @endsection @section("main-content")
번호 | 등록일시 | 전시 상태 | 서비스 구분 | 상품명 | 강좌명 | 강사명 | 제목 | 수업 시간 (기간) |
수업 난이도 | 수업 방식 | 조회수 | 댓글 | 작성자 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $post->id }} |
@if (isset($post->created_at))
{{ explode(" ", $post->created_at)[0] }} {{ explode(" ", $post->created_at)[1] }} @else - @endif |
{{ $post->activated == 1 ? "전시" : "비전시" }} | {{ $post->service?->name }} | {{ $post->product?->name }} | {{ $post->course?->name }} | {{ $post->teacher?->name }} | {{ $post->title }} | {{ $post->class_time }} | {{ $post->difficulty }} | {{ $post->courseReviewEvaluationTypes->implode("name", ", ") }} | {{ $post->views }}회 | {{ count($post->comments) }}개 | {{ $post->createdBy?->edm_id }} |
No data |