@extends("board.layout.layout-boards") @section("board-search") @endsection @section("board-content") @foreach ($posts as $post) service])> @endforeach
번호 등록일시 답변여부 상품명 옵션명 강좌명 제목 댓글 수 작성자 관리
{{ $post->id }} {{ $post->created_at }} {{ $post->status == 0 ? "미답변" : "답변완료"}} {{ $post->enrollmentCourse?->enrollment?->product?->name }} {{ $post->enrollmentCourse?->enrollment?->productOption?->name }} {{ $post->enrollmentCourse?->course?->name }} {{ $post->content->title }} {{ $post->comments->count() }} {{ $post->content->writer->name }}
@endsection