@if (! isset($sortable))
| 번호 | 등록일시 | 전시상태 | 합격점수 | 달성기간 | 국가 | 공부목적 | 제목 | 댓글수 | 조회수 | 작성자 | @if (isset($sortable))관리 | @endif||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @elseif (isset($sortable)) | @else | {{ $post->id }} | @endif{{ $post->created_at }} | {{ $post->enable?->activated == 1 ? "전시" : "비전시" }} | {{ $post->overall }} | {{ $post->period }} | {{ $post->country?->name }} | {{ $post->goal_description }} |
@if (isset($checkable))
@endif
@foreach ( ["Overall", "Listening", 'Reading', "Writing", 'Speaking'] as $subject)
{{ $subject }}
{{ $post->{strtolower($subject)} ?? "-" }}
응시일
{{ $post->exam_date ? date('Y-m-d', strtotime($post->exam_date)) : '' }}
달성기간
{{ $post->period }}
목적국가
{{ $post->country?->name }}
공부목적
{{ $post->goal_description }}
태그
{{ $post->tags }}
원본제목
{{ $post->content->title }}
변경제목
{{ $post->product_review_title }}
본문
{!! nl2br(htmlspecialchars_decode($post->content?->content, ENT_QUOTES)) !!}
|
{{ number_format($post->comments->count()) }} | {{ number_format($content?->views) }} | {{ $content?->writer?->name }} | @if (isset($sortable))@endif |