@extends($service.'.layout') @section($service.'-css') {!! resource('css/common/board.css') !!} {!! resource('css/common/board-upload.css') !!} @endsection @section($service."-content") @php $content = $post->content; @endphp
@if ($post->content_html) @php $html = app(S3Helper::class)->download($post->content_html); @endphp {!! $html !!} @endif
@if ( $post->is_use_comment == 1 ) @endif
@endsection @section($service.'-script') {!! resource('js/common/board/comment.js') !!} @endsection