@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 ? "전시" : "비전시" }} {{ $post->type }} {{ $content->title }} {{ $post->getComments()->count() }} {{ $content->writer->name }}
@endsection