@extends("board.layout.layout-boards") @section("board-search")
@endsection @section("board-content") @foreach ($posts as $post) service])> @endforeach
번호 등록일시 전시상태 전시기간 특강일시 제목 강의정보 조회수
/기본 조회수
작성자 관리
{{ $post->id }} {{ $post->created_at }} {{ $post->enable?->activated == 1 ? "전시" : "비전시" }}
@if ($post->enable?->activated == 1) {{ date('Y-m-d', strtotime($post->enable?->started_at)) }} ~ {{ $post->enable?->ended_at ? date('Y-m-d', strtotime($post->enable?->ended_at)) : '' }} @else - @endif
{{ $post->scheduleDetail?->date }} {{ $post->content->title }} @if ($post->lecture)
[{{ $post->lecture?->video?->teacher?->name }}] {{ $post->lecture?->name }}
@if ($post->lecture?->video?->subject)
{{ $subjects[$post->lecture->video->subject] }}
@endif
@endif
{{ number_format($post->content->views) }} {{ $post->default_view_cnt > 0 ? "/" . number_format($post->default_view_cnt) : '' }} {{ $post->content->writer?->name }} {{-- --}}
@endsection