@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)> 글목록 숨김
option->best) and $var->option->best==1)> 베스트 글
option->video) and $var->option->video==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
@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)
Created at
@endif
@include($defaultPath.'footer')
@endsection