@extends(env('APP_NAME').'.layout')
@push('head')
{!! resource($defaultSkinPath.'asset/common.css') !!}
{!! resource('edmuhak/component/bbs/common.css') !!}
{!! resource($skinPath.'asset/board.css') !!}
@endpush
@section('content')
@if($db=='junior-abroad-column')
조기유학 칼럼
조기유학 전문가가 알려드리는 해외 초중고 최신정보
@endif
@if (isset($cfg->use->search))
@endif
@if (isset($cfg->use->notice) and count($notices)>0)
@foreach($notices as $var)
@include($viewPath.'notice-loop')
@endforeach
@endif
@foreach($vars as $var)
@include($viewPath.'index-loop')
@endforeach
@if (!empty($cfg->show->pagemenu))
@endif
@include($defaultPath.'footer')
@if ($db=='university-abroad-univ-abroad-info')
@endif
@endsection