@extends($service.'.layout') @section($service.'-css') {!! resource('css/common/board.css') !!} @endsection @section($service."-content")
시험대비 무료특강
수강생 전용
수강생 전용
{{ $post->lecture_id > 0 ? "[과목명]" : "" }} {{ $post->content->title }}
특강강사
{{ $post->teacher?->name }}
등록일
{{ date('y.m.d', strtotime($post->created_at)) }}
{!! $content->content !!}
@if ( $post->getAttachments()->count() > 0 )
@endif
$service]) }}">목록 보기
@endsection @section($service.'-script') {!! setResources(['toastui-viewer']) !!} @endsection