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

주말 강좌 게시판

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

@if (isset($cfg->use->search))
@endif
    @foreach($vars as $var) @include($viewPath.'index-loop') @endforeach
@if (!empty($cfg->show->pagemenu)) @endif @include($viewPath.'footer')
@endsection