@php $code = ''; switch ($utype) { case 1: $code = 'LANGUAGE-BANNER'; break; case 2: $code = 'FORMAL-BANNER'; break; case 4: $code = 'ART-BANNER'; break; } @endphp @extends('layouts.default') @push('head') @endpush @section('content')
@if ($utype==1) @else @endif
@if ($utype==1) {{-- 어학타입 --}}

{{ $school['sc']->school_name_ko }} {{ $school['sc']->school_name }}

@if(count($school['images']) > 1)
    @foreach ($school['images'] as $item) @php $tmpstr = $item->img_url; $tmparr = explode('/', $tmpstr); $tmpstr = str_replace($tmparr[count($tmparr)-1], 'vq900/'.$tmparr[count($tmparr)-1], $tmpstr); @endphp
  • 썸네일
  • @endforeach
    @foreach ($school['images'] as $item) @php $tmpstr = $item->img_url; $tmparr = explode('/', $tmpstr); $tmpstr = str_replace($tmparr[count($tmparr)-1], 'vq360/'.$tmparr[count($tmparr)-1], $tmpstr); @endphp
  • 썸네일
  • @endforeach
@else
@php $img_url = ''; $tmpstr = 'https://s3.ap-northeast-2.amazonaws.com/uploadimg.edmedu.com/edm/school/logo/no-image.svg'; //기본 빈이미지 if(isset($school['images']) && count($school['images'])){ $tmpstr = $school['images'][0]->img_url; $tmparr = explode('/', $tmpstr); $tmpstr = str_replace($tmparr[count($tmparr)-1], 'vq900/'.$tmparr[count($tmparr)-1], $tmpstr); } @endphp 썸네일
@endif
@if(!empty($school['sc']->school_3d))
360°뷰
@endif @if(!empty($school['sc']->school_brochure))
@if ($utype==1 or $utype==3) 학교안내서 @else 학부안내서 @endif
@endif @if(!empty($school['sc']->school_brochure2))
석사안내서
@endif @if(!empty($school['sc']->school_homepage2))
학비표
@endif @if(!empty($school['sc']->school_homepage1))
홈페이지
@endif @if(!empty($school['sc']->school_facebook)) 페이스북 @endif @if(!empty($school['sc']->school_insta))
인스타그램
@endif @if(!empty($school['sc']->school_twitter)) twitter @endif
과정
@foreach ($courseYears as $idx => $year) @endforeach
숙박
@foreach ($homestayYears as $idx => $year) @endforeach
기타
학비 + 숙박비
@if($country != 4) {{ $currencySymbol }}0 / @endif ₩0
기타
0
전체비용

위 비용은 견적일 환율을 기준으로 책정되었으며, 환율 및 학교 입학 신청 시 사정에 의해 실제 입금하실 금액 차이가 날 수 있습니다.

어학원에 따라 여름 성수기 비용, 크리스마스 휴일의 경우 추가 비용이 발생할 수 있습니다.

셀프 견적에는 제휴학교 프로모션 및 edm혜택이 적용되지 않았습니다. 자세한 비용이 궁금하시면 담당컨설턴트에게 연락해주세요.

0

환율: {{$exchangeRate}}원 (1{{$currency}} 기준) / 견적일 : {{$estimateDate}}

위 비용은 견적일 환율을 기준으로 책정되었으며, 환율 및 학교 입학 신청 시 사정에 의해 실제 입금하실 금액 차이가 날 수 있습니다.

12주 이상 등록 시, 수속비 할인 및 추가 개별 할인이 적용됩니다. "최종 할인가 문의" 버튼을 눌러, 고객님께 제공되는 추가 할인 혜택을 꼭 확인해 보세요.

최종 할인가 문의
@if ($banner = contentItems('SCHOOLINFO', $code)->skip(1)->first()) @php $link = !empty($banner->links[0]['url']) ? $banner->links[0]['url'] : 'javascript:;'; @endphp @endif
@if (auth()->check()) @if (auth()->user()->isStaff()) @endif @endif @else {{-- 어학타입 이외 --}} @if(count($school['images']))

{{ $school['sc']->school_name_ko }} {{ $school['sc']->school_name }}

@if(!empty($school['sc']->school_3d))
360°뷰
@endif @if(!empty($school['sc']->school_brochure))
@if ($utype==1 or $utype==3) 학교안내서 @else 학부안내서 @endif
@endif @if(!empty($school['sc']->school_brochure2))
석사안내서
@endif @if(!empty($school['sc']->school_homepage2))
학비표
@endif @if(!empty($school['sc']->school_homepage1))
홈페이지
@endif @if(!empty($school['sc']->school_facebook)) 페이스북 @endif @if(!empty($school['sc']->school_insta))
인스타그램
@endif @if(!empty($school['sc']->school_twitter)) twitter @endif
    @foreach ($school['images'] as $item) @php $tmpstr = $item->img_url; $tmparr = explode('/', $tmpstr); $tmpstr = str_replace($tmparr[count($tmparr)-1], 'vq360/'.$tmparr[count($tmparr)-1], $tmpstr); @endphp
  • 썸네일
  • @endforeach
@endif @endif
@php // pre-pack data // 과정 if ($utype == 1) { $course_categories = Array(); foreach ($school['courses'] as $course) { $course_categories[$course['course_category']][$course['course_uid']] = [ 'title' => $course['course_title'], 'introduction' => $course['course_introduction'], 'class_time_text' => $course['course_class_time'], 'class_level' => $course['course_class_level'], 'condition' => $course['course_condition'], 'capacity' => $course['course_capacity'], 'open_day' => $course['course_open_day'], 'class_time_url' => $course['course_class_time_url'], 'elective_url' => $course['course_elective_url'], 'class_time' => $course['class_time_file'], 'elective' => $course['elective_file'] ]; } } else { $course_categories = preg_replace('@<[/]*a.*?>@is','', $school['sc']->course_intro); } @endphp
@if ($utype == 1)
과정
@foreach ($courseYears as $idx => $year) @endforeach
숙박
@foreach ($homestayYears as $idx => $year) @endforeach
기타
학비 + 숙박비
0 @if($country != 4) / {{ $currencySymbol }}0 @endif
기타
0
전체비용

위 비용은 견적일 환율을 기준으로 책정되었으며, 환율 및 학교 입학 신청 시 사정에 의해 실제 입금하실 금액 차이가 날 수 있습니다.

어학원에 따라 여름 성수기 비용, 크리스마스 휴일의 경우 추가 비용이 발생할 수 있습니다.

셀프 견적에는 제휴학교 프로모션 및 edm혜택이 적용되지 않았습니다. 자세한 비용이 궁금하시면 담당컨설턴트에게 연락해주세요.

0

환율: {{$exchangeRate}}원 (1{{$currency}} 기준) / 견적일 : {{$estimateDate}}

위 비용은 견적일 환율을 기준으로 책정되었으며, 환율 및 학교 입학 신청 시 사정에 의해 실제 입금하실 금액 차이가 날 수 있습니다.

12주 이상 등록 시, 수속비 할인 및 추가 개별 할인이 적용됩니다. "최종 할인가 문의" 버튼을 눌러, 고객님께 제공되는 추가 할인 혜택을 꼭 확인해 보세요.

최종 할인가 문의
과정
@foreach ($courseYears as $idx => $year) @endforeach
숙박
@foreach ($homestayYears as $idx => $year) @endforeach
기타
학비 + 숙박비
{{ $currencySymbol }}0 / 0
기타
0
전체비용

위 비용은 견적일 환율을 기준으로 책정되었으며, 환율 및 학교 입학 신청 시 사정에 의해 실제 입금하실 금액 차이가 날 수 있습니다.

어학원에 따라 여름 성수기 비용, 크리스마스 휴일의 경우 추가 비용이 발생할 수 있습니다.

셀프 견적에는 제휴학교 프로모션 및 edm혜택이 적용되지 않았습니다. 자세한 비용이 궁금하시면 담당컨설턴트에게 연락해주세요.

0

환율: {{$exchangeRate}}원 (1{{$currency}} 기준) / 견적일 : {{$estimateDate}}

위 비용은 견적일 환율을 기준으로 책정되었으며, 환율 및 학교 입학 신청 시 사정에 의해 실제 입금하실 금액 차이가 날 수 있습니다.

12주 이상 등록 시, 수속비 할인 및 추가 개별 할인이 적용됩니다. "최종 할인가 문의" 버튼을 눌러, 고객님께 제공되는 추가 할인 혜택을 꼭 확인해 보세요.

최종 할인가 문의
@else
1:1 무료상담

진학상담부터 수속솔루션까지 edm유학센터 전문 컨설턴트와 상담해 보세요

@endif

기본정보

학교명
{{ $school['sc']->school_name }} ({{ $school['sc']->school_name_ko }})
@if ($utype==1) @if (!empty($school['sc']->language_type))
학교종류
{{ $school['sc']->language_type }}
@endif @if (!empty($school['sc']->language_total_students))
전체학생수
{{ $school['sc']->language_total_students }}
@endif @if (!empty($school['sc']->language_students_per_class))
학급당 학생수
{{ $school['sc']->language_students_per_class }}
@endif @if (!empty($school['sc']->language_korean_students))
한인비율
{{ $school['sc']->language_korean_students }}
@endif @if (!empty($school['sc']->nationality_rate))
주요국적
{{ $school['sc']->nationality_rate }}
@endif @else @if (!empty($school['sc']->school_type))
학교종류
{{ $school['sc']->school_type }}
@endif @if ($utype == '2' && !empty($school['sc']->current_student))
재학생 현황
{{ $school['sc']->current_student }}
@endif @if (!empty($school['sc']->times_ranking))
@switch ($utype) @case (2) 학교 랭킹 @break @case (4) 추천 포인트 @break @endswitch
{!! str_replace("-", "• ", str_replace(array("\n\r", "\n"),"
",$school['sc']->times_ranking)) !!}
@endif @if (!empty($school['sc']->subjects))
우수전공
@php $subj = Array(); foreach ($school['sc']->subjects as $key => $title) { $subj[] = $title; } echo implode(', ', $subj); @endphp
@endif @endif

학교소개

@if (!empty($school['sc']->ary_feature))

학교특징

    @foreach ($school['sc']->ary_feature as $feature) @if(!empty(trim($feature)))
  • {{ $feature }}
  • @endif @endforeach
@foreach ($school['videos'] as $item)
@endforeach
@endif @if(!empty($school['sc']->language_local_info))

지역 소개

{!! nl2br($school['sc']->language_local_info) !!}

@endif @if (!empty($school['sc']->school_introduction))

학교소개

{{ $school['sc']->school_introduction }}

@endif @if ($utype==1)

시설/서비스

@if(in_array('와이파이', $school['service']))

와이파이

@endif @if(in_array('도서관', $school['service']))

도서관

@endif @if(in_array('자습실', $school['service']))

자습실

@endif @if(in_array('컴퓨터실', $school['service']))

컴퓨터실

@endif @if(in_array('휴게실', $school['service']))

휴게실

@endif @if(in_array('매점', $school['service']))

매점

@endif @if(in_array('수영장', $school['service']))

수영장

@endif @if(in_array('체육시설', $school['service']))

체육시설

@endif @if(in_array('전자칠판', $school['service']))

전자칠판

@endif @if(in_array('공항픽업', $school['service']))

공항픽업

@endif @if(in_array('액티비티', $school['service']))

액티비티

@endif @if(in_array('세탁서비스', $school['service']))

세탁서비스

@endif
@endif
@if ($utype==1) @if (!empty($school['sc']->school_level_url))

레벨구성

@if (ext($school['sc']->school_level_url)=='pdf')

총 8단계의 레벨, 레벨 구성에 대한 설명 자세히보기

@else
레벨구성
@endif
@endif @endif @if (!empty($course_categories))
@if ($utype==1)

아래 과정 및 숙박의 상세 확인을 통해
"셀프 견적” 이 가능합니다.

@endif

과정

@if ($utype==1) @foreach($course_categories as $catetegory=>$courses)
{{ !empty($catetegory) ? $catetegory : '전체과정' }}
    @foreach ($courses as $course)
  • {{ $course['title'] }}
  • @endforeach
@foreach ($courses as $course)
{{ $course['title'] }}
    {!! !empty($course['introduction']) ? '
  • '.$course['introduction'].'
  • ' : '' !!} {!! !empty($course['class_time_text']) ? '
  • 수업시간구성 : '.nl2br($course['class_time_text']).'
  • ':'' !!}
@php if (!empty($course['class_time'])) { $ext = ext($course['class_time']); if ($ext == 'pdf') { echo '
수업시간표
'; echo ''; } else { echo '
수업시간표
'; } } if (!empty($course['elective'])) { $ext = ext($course['elective']); if ($ext == 'pdf') { echo '
선택수업
'; echo ''; } else { echo '
선택수업
'; } } @endphp
    {!! !empty($course['class_level']) ? '
  • 수업레벨 : '.$course['class_level'].'
  • ':'' !!} {!! !empty($course['capacity']) ? '
  • 학습정원 : '.$course['capacity'].'
  • ':'' !!} {!! !empty($course['condition']) ? '
  • 수업조건 : '.$course['condition'].'
  • ':'' !!} {!! !empty($course['open_day']) ? '
  • 개강일 : '.$course['open_day'].'
  • ':'' !!}
@endforeach
닫기
@endforeach @else

{!! $course_categories !!}

@endif
@endif @if ($utype==1) @if(count($residenceInfo) > 0 || count($homestayInfo) > 0)
@if(count($residenceInfo) > 0)

숙박

기숙사

기숙사 요강은 업체 사정에 따라 변경될 수 있습니다. 자세한 사항은 학교 홈페이지를 참고해 주시길 바랍니다.

@foreach($residenceInfo as $idx => $residence)
@if(count($residence->files))
    @foreach ($residence->files as $file) @php $imgurl = $file->file_path . '/' . $file->file_name; @endphp
  • 썸네일
  • @endforeach
    @foreach ($residence->files as $file) @php $imgurl = $file->file_path . '/' . $file->file_name; @endphp
  • 썸네일
  • @endforeach
@else
  • 썸네일
@endif

기숙사

{{ $residence->name }}
주소

{{ $residence->address }}

학원까지 소요시간

{{ $residence->distance }}

룸 선택 옵션 @if(isset($residence->roomtype) && count($residence->roomtype)) @endif
    @foreach(explode("\n", str_replace('▶', '', $residence->room_type)) as $line) @if(trim($line) != '')
  • {{ trim($line) }}
  • @endif @endforeach
@endforeach
@endif @if(count($homestayInfo) > 0)
홈스테이

홈스테이는 어학원이나 현지 지사에서 배정해주는 것으로, 내가 선택할 수 있는 부분은 없습니다. 따라서 아래의 홈스테이 장점과 단점을 잘 이해하고 선택하시는 것을 추천드립니다.

@if(count($homestayInfo[0]->files) > 0)
    @foreach($homestayInfo[0]->files as $file) @php $imgurl = $file->file_path . '/' . $file->file_name; @endphp
  • @endforeach
    @foreach($homestayInfo[0]->files as $file) @php $imgurl = $file->file_path . '/' . $file->file_name; @endphp
  • @endforeach
@endif

홈스테이 장점 & 단점

{!! nl2br(e($homestayInfo[0]->description)) !!}
@if(isset($homestayInfo) && count($homestayInfo))

홈스테이 선택 가능 옵션

    @foreach(explode("\n", $homestayInfo[0]->room_type) as $line) @if(trim($line) != '')
  • {{ trim($line) }}
  • @endif @endforeach
@endif
@endif
@endif @else @if (!empty($school['sc']->entry_requirements))

입학요건

{!! str_replace(array("\n\r", "\n"),"
",$school['sc']->entry_requirements) !!}

@endif @endif @if (!empty($school['sc']->school_address))

위치

{{ $school['sc']->school_address }}

{!! $school['sc']->iframe_map !!}
@endif @if ($utype==3)

입학요건

    @if (!empty($school['sc']->extBoarding->boarding_grade))
  • 해당 학년
    {{ $school['sc']->extBoarding->boarding_grade }}
  • @endif @if (!empty($school['sc']->extBoarding->boarding_applicable_grade))
  • 지원 가능 학년
    {{ $school['sc']->extBoarding->boarding_applicable_grade }}
  • @endif @if (!empty($school['sc']->extBoarding->boarding_required_documents))
  • 지원 필요서류
    {!! nl2br($school['sc']->extBoarding->boarding_required_documents) !!}
  • @endif @if (!empty($school['sc']->extBoarding->boarding_exams_interviews))
  • 입학시험 및
    인터뷰
    {!! nl2br($school['sc']->extBoarding->boarding_exams_interviews) !!}
  • @endif @if (!empty($school['sc']->extBoarding->boarding_estimated_cost))
  • 1년 기준
    예상비용
    {{ number_format( $school['sc']->extBoarding->boarding_estimated_cost ) }}만원
  • @endif @if (!empty($school['sc']->extBoarding->boarding_estimated_cost_detail))
  • 예상비용 내역
    {{ $school['sc']->extBoarding->boarding_estimated_cost_detail }}
  • @endif
@endif {{-- 학교 후기 존재시에만 섹션07을 표시한다 --}} @if (!empty($get_check))
@if ($utype==1) {{--

학교후기 더보기

--}}

학교후기 더보기

@foreach ($reviewList as $key => $items) @foreach ($items as $value)

{{ $value->country_div_for_title['title'] }}

@if ($value->content_parsing) {!! $value->content_parsing['content'] !!} @endif
@endforeach @endforeach
@elseif ($utype==3) {{--

학교후기 더보기

--}}

학교후기 더보기

@foreach ($reviewList as $key => $item)

{{ $item->p_title }}

{!! $item->content_parsing['content'] !!}
@endforeach
@else {{--

합격후기 더보기

--}}

합격후기 더보기

@foreach ($reviewList as $key => $item)

{{ $item->p_title }}

{!! $item->content_parsing['content'] !!}
@endforeach
@endif
@endif
@if ($utype==1) 목록보기 @elseif ($utype==2) 목록보기 @elseif ($utype==3) 목록보기 @else 목록보기 @endif
@endsection