@extends(env('APP_NAME').'.layout') @push('head') {!! resource($defaultSkinPath.'asset/common.css') !!} {!! resource($defaultSkinPath.'asset/read.css') !!} {!! resource($defaultSkinPath.'asset/compose.css') !!} {!! editorScript(); !!} @endpush @section('content') @csrf Title @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 Abstract {{!empty($var->abstract) ? $var->abstract:''}} Content {!! !empty($var->content) ? $var->content:'' !!} @if ($access->FileUpload and isset($cfg->use->fileupload)) @php($files = !empty($var->files) ? $var->files:[]) @include('files-edit', ['files'=>$files]) @endif @if ($access->FullControl and $uid) Date Created at @endif Save Changed @include($viewPath.'footer') @endsection