@extends(env('APP_NAME').'.layout') @push('head') {!! resource($defaultSkinPath.'asset/common.css') !!} {!! resource($skinPath.'asset/index.css') !!} @endpush @section('content')
@php($best = $Bbs->getOption('best', 2)) @php($video = $Bbs->getOption('video', 2))

영국 명문 아트 스쿨 출신
교수진의 1:1 튜토링이 진행됩니다.

성공적인 UAL 학부진학을 위한 탄탄한 기본기와 완성도 높은 포트폴리오를 가이드합니다.

@if (isset($cfg->use->search))
@endif
@if (count($best)>0)
    @foreach($best as $var) @include($viewPath.'notice-loop') @endforeach
@elseif (count($video)>0)
@foreach($video as $var) @include($viewPath.'video-loop') @endforeach
@endif

PROFESSOR

    @foreach($vars as $var)
  • {!! $var->title !!}

    {!! nl2br($var->preview) !!}

    @if(isAdmin) @endif
  • @endforeach
@php($directors = $Bbs->getOption('directors', 10)) @if (count($directors)>0)

BOARD OF DIRECTORS

    @foreach($directors as $var)
  • @if (isset($cfg->show->thumbnail) and !empty($var->thumbnail)) @endif

    {!! $var->title !!}

    {!! nl2br($var->preview) !!}

    @if(isAdmin) @endif
  • @endforeach
@endif @include($viewPath.'footer')
@endsection