@extends(env('APP_NAME').'.layout') @push('head') {!! resource('asset/school_pages.css') !!} @endpush @section('content')

HOW TO APPLY
런던예술대학교 인증 파운데이션

본 코스는 UAL의 인증 (UAL Awarding Body)을 받은 공식 교육 과정으로서, 성공적으로 이수할 경우 영국현지 UAL의 파운데이션과 동등한 Diploma를 수여받고 학부로 진학가능한 자격을 갖추게 됩니다.

@php $contents = $Main->content('지원방법'); @endphp @foreach ($contents as $cont)
{{ $cont->title }}
@if (!empty($cont->link)) {{ $cont->link }} @elseif (!empty($cont->type) and !empty($cont->content)) @switch($cont->type) @case('list') @if (!empty($cont->options)) @foreach ($cont->options as $k => $v)
    @endforeach @else
      @endif @foreach ($cont->content as $item)
    • {{ $item['content'] }}
    • @endforeach
    @break @endswitch @else

    {{ $cont->description }}

    @endif
@endforeach

유의사항

  • 지원서 접수 시 본인의 연락처 (주소, 전화번호, 휴대전화번호 등)를 반드시 기재하여야 합니다.
  • 지원서에는 본인 여권서명과 동일한 서명이 기재되어야 하며, 서명이 여권과 다르거나 타인이 대리 서명하였을 시 본인확인 후 입학이 취소 될 수 있습니다.
  • 전형료 환불 관련: 접수가 완료된 이후 지원을 취소할 수 없으며 전형료는 환불되지 않습니다.
@endsection