@extends(env('APP_NAME').'.layout') @push('head') {!! resource($defaultSkinPath.'asset/common.css') !!} {!! resource($skinPath.'asset/read.css') !!} @endpush @section('content')

주말 강좌 게시판

주말 강좌는 하나스쿨오브아트 재학생 뿐 아니라
아트&디자인에 관심 있는 모든 학생과 일반인,
아트 비전공자들에게 오픈된 강좌
입니다.

@foreach ($var->files as $media) @if (in_array($media->ext, AudioExt))
Notice: Undefined variable: media in /home/edmedu/www/hana-edu.co.kr/sf4l/resources/views/hana/component/bbs/weekendbbs/read.blade.php on line 21

Notice: Trying to get property 'ext' of non-object in /home/edmedu/www/hana-edu.co.kr/sf4l/resources/views/hana/component/bbs/weekendbbs/read.blade.php on line 21

Notice: Undefined variable: media in /home/edmedu/www/hana-edu.co.kr/sf4l/resources/views/hana/component/bbs/weekendbbs/read.blade.php on line 22

Notice: Trying to get property 'ext' of non-object in /home/edmedu/www/hana-edu.co.kr/sf4l/resources/views/hana/component/bbs/weekendbbs/read.blade.php on line 22
@if ($media->description)
{{ $media->description }}
@endif
@endif @if (in_array($media->ext, VideoExt))
@if ($media->description)
{{ $media->description }}
@endif
@endif @endforeach

{{ $var->title }}

@if (isset($cfg->use->category) and !empty($var->category)) @foreach ($var->category as $cat)
@if ($cat == '모집중') {{$cat}} @else {{$cat}} @endif
@endforeach @endif
@if (isset($cfg->show->date) or isset($cfg->show->name))
{!! $var->preview !!}
조회수 : {{ $var->read_count }}
@endif
{!! stripslashes($var->content) !!}
@if (isset($cfg->use->fileupload) and $var->files->count()>0)

Files

@include('files', ['files'=>$var->files])
@endif @if (!empty($cfg->use->comment)) @if (!empty($comments) and $comments->count()>0) @include($viewPath.'comment') @endif @if ($access->CmtWrite) @include($viewPath.'comment-form') @endif @endif @include($viewPath.'footer')
@endsection