@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->overall }} {{ $post->period }} {{ $post->country?->name }} {{ $post->goal_description }} {{ $content?->title }} {{ number_format($post->comments->count()) }} {{ number_format($content?->views) }} {{ $content?->writer?->name }}
@endsection