@extends("domains.common.layouts.layout") @routes("user") @routes("product") @section("header") @endsection @section("main-content")

합격 후기 게시글 관리

-
-
{{ $posts->total() }}
{{ $posts->links("vendor.pagination.default") }}
{{-- TODO 증빙자료 다운 --}}
@forelse ($posts as $post) @empty @endforelse
번호 등록일시 전시 상태 서비스 구분 합격 점수 달성 기간 시험 응시일 목적 국가 목적 상품명 제목 조회수 댓글 작성자
{{ $post->id }} @if (isset($post->created_at)) {{ explode(" ", $post->created_at)[0] }}
{{ explode(" ", $post->created_at)[1] }} @else - @endif
{{ $post->activated == 1 ? "전시" : "비전시" }} {{ $post->service?->name }} {{ $post->pass_overall }} {{ $post->attainment_period }} {{ isset($post->exam_date) ? explode(" ", $post->exam_date)[0] : "-" }} {{ $post->targetCountry->name }} {{ $post->goal->name }} {{ $post->product?->name }} {{ $post->title }} {{ $post->views }} {{ count($post->comments) }} {{ $post->createdBy?->edm_id }}
No data
@endsection @push("script") @endpush