@extends(env('APP_NAME').'.layout') @push('head') {!! resource($defaultSkinPath.'asset/common.css') !!} {!! resource($skinPath.'asset/read.css') !!} {!! resource($defaultSkinPath.'asset/compose.css') !!} {!! resource($skinPath.'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) @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