@extends(env('APP_NAME').'.layout') @push('head') {!! resource($defaultSkinPath.'asset/common.css') !!} {!! resource('edmuhak/component/bbs/common.css') !!} {!! resource($skinPath.'asset/board.css') !!} {!! resource($defaultSkinPath.'asset/compose.css') !!} {!! resource($skinPath.'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 {{-- 국가 (country) @foreach(countries() as $c) country) and $var->country==$c->config_name))> {{ $c->config_name }} @endforeach 관련 고객 (related member) @if (!empty($member)) [{{ $member->mm_uid }}] {{ $member->mm_name }} @endif --}} 관련 학교 (related schools) @if (!empty($schools)) @foreach ($schools as $school) [{{ $school->school_uid }}] {{ $school->school_name }} @endforeach @endif 유튜브 임베디드 링크 (youtube link) 초록 (Abstract) {{!empty($var->abstract) ? $var->abstract:''}} 실제 내용 (Content) - html tag 포함 {!! !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($defaultPath.'footer') @endsection