@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->service == 'ielts' ? "인강" : "어학원" }} {{ $post->exam_type == 'CDT' ? "CDT 시험장" : "일반 시험장" }} {{ $post->examVenue?->location }} / {{ $post->examVenue?->name }} {{ date('Y-m-d', strtotime($post->exam_date)) }} {{ $content->title ?: $content->content }} {{ number_format($post->comments->count()) }} {{ $content->writer?->name }}
@endsection