@extends(env('APP_NAME').'.layout') @push('head') {!! resource($defaultSkinPath.'asset/common.css') !!} {!! resource($skinPath.'asset/read.css') !!} {!! resource($defaultSkinPath.'asset/compose.css') !!} {!! editorScript(); !!} @endpush @section('content') @csrf 제목 @if (!empty($uid) and !empty($cfg->use->textUrl)) Url @endif 카테고리 @if (!empty($cfg->use->category) and !empty($cfg->category)) @foreach ($cfg->category as $cat) color) ? 'class="badge" style="background-color: '.$cat->color.'"':'class="badge bg-primary"' !!}> category) and in_array($cat->title, $var->category)))>{{$cat->title}} @endforeach @endif 옵션 @if (!empty($cfg->use->notice)) option->notice) and $var->option->notice==1)> 공지사항 @endif @if (!empty($cfg->use->blockCopy)) option->blockCopy) and $var->option->blockCopy==1)> 복사방지 @endif @if (!empty($cfg->use->showimage)) option->showimage) and $var->option->showimage==1) or empty($uid))> 대표이미지보이기 @endif @if (!empty($cfg->use->noindent)) option->noindent) and $var->option->noindent==1) or empty($uid))> no-indent @endif 내용 {{!empty($var->abstract) ? $var->abstract:''}} 콘텐츠 {!! !empty($var->content) ? $var->content:'' !!} @if ($access->FileUpload and isset($cfg->use->fileupload)) @php($files = !empty($var->allFiles) ? $var->allFiles:[]) @include('files-edit', ['files'=>$files]) @endif @if ($access->FullControl and $uid) Date Created at @endif Save Changed @include($defaultPath.'footer') @endsection