@extends(env('APP_NAME').'.layout') @push('head') {!! resource(env('APP_NAME').'/component/school/asset/school-view.css') !!} {!! resource(env('APP_NAME').'/component/school/asset/school-view.js') !!} {!! resource(env('APP_NAME').'/component/school/asset/estimate.js') !!} @endpush @section('content') @include('edmuhak.component.school.route-top')
@if ($school->uhak_type==1) @endif

{{ $school->school_name_ko }} {{ $school->school_name }}

@if(!empty($school->school_3d)) 360°뷰 @endif @if(!empty($school->school_brochure)) @if ($school->uhak_type==1) 학교안내서 @else 학부안내서 @endif @endif @if(!empty($school->school_brochure2)) 석사안내서 @endif @if(!empty($school->school_homepage2)) 학비표 @endif @if(!empty($school->school_homepage1)) 홈페이지 @endif @if(!empty($school->school_facebook)) facebook @endif @if(!empty($school->school_insta)) instagram @endif @if(!empty($school->school_twitter)) twitter @endif
    @foreach ($school->images as $item) @php $tmpstr = $item->file_url; $tmparr = explode('/', $tmpstr); $tmpstr = str_replace($tmparr[count($tmparr)-1], 'vq360/'.$tmparr[count($tmparr)-1], $tmpstr); @endphp
  • 썸네일
  • @endforeach
@if (isLogged and $user->level>99) @endif
@if (!empty($lastTwoYears))
@include(env('APP_NAME').'.component.school.estimate')
@endif @if ($school->uhak_type!==1)
@endif

기본정보

학교명
{{ $school->school_name }} ({{ $school->school_name_ko }})
@if ($school->uhak_type==1) @if (!empty($school->ext->language_type))
학교종류
{{ $school->ext->language_type }}
@endif @if (!empty($school->ext->language_total_students))
전체학생수
{{ $school->ext->language_total_students }}
@endif @if (!empty($school->ext->language_students_per_class))
학급당 학생수
{{ $school->ext->language_students_per_class }}
@endif @if (!empty($school->ext->language_korean_students))
한인비율
{{ $school->ext->language_korean_students }}
@endif @if (!empty($school->ext->nationality_rate))
주요국적
@foreach($school->ext->nationality_rate as $nr) {{ $nr->country }} {{ $nr->rate }}% @endforeach
@endif @else @php $school_type = ($school->uhak_type == 2) ? $school->ext->formal_school_type : $school->ext->art_school_type; $ranking = ($school->uhak_type == 2) ? $school->ext->formal_times_ranking : $school->ext->art_times_ranking; @endphp @if (!empty($school_type))
학교종류
{{ $school_type }}
@endif @if ($school->uhak_type=='2' and !empty($school->ext->formal_current_student))
재학생 현황
{{ $school->ext->formal_current_student }}
@endif @if(!empty($ranking))
@switch ($school->uhak_type) @case (2) 학교 랭킹 @break @case (4) 추천 포인트 @break @endswitch
{!! str_replace("-", "• ", str_replace(array("\n\r", "\n"),"
", $ranking)) !!}
@endif @if (!empty($school->subjects))
우수전공
{!! implode(', ', $school->subject_title) !!}
@endif @endif

학교소개

@if (!empty($school->school_feature))

학교특징

    @foreach ($school->features as $feature) @if(!empty(trim($feature)))
  • {{ $feature }}
  • @endif @endforeach
@endif @if(!empty($school->ext->language_local_info))

지역 소개

{!! nl2br($school->ext->language_local_info) !!}

@endif @if (!empty($school->school_introduction))

학교소개

{{ $school->school_introduction }}

@endif @if ($school->uhak_type==1) @php $services = explode('|', $school->ext->language_service); @endphp

시설/서비스

@if(in_array('와이파이', $services))

와이파이

@endif @if(in_array('도서관', $services))

도서관

@endif @if(in_array('자습실', $services))

자습실

@endif @if(in_array('컴퓨터실', $services))

컴퓨터실

@endif @if(in_array('휴게실', $services))

휴게실

@endif @if(in_array('매점', $services))

매점

@endif @if(in_array('수영장', $services))

수영장

@endif @if(in_array('체육시설', $services))

체육시설

@endif @if(in_array('전자칠판', $services))

전자칠판

@endif @if(in_array('공항픽업', $services))

공항픽업

@endif @if(in_array('액티비티', $services))

액티비티

@endif @if(in_array('세탁서비스', $services))

세탁서비스

@endif
@endif
학교소개 더보기
@if(!empty($school->videos)) @foreach ($school->videos as $youtube_id)
@endforeach @endif
@if ($school->uhak_type==1) @if (!empty($school->school_level_url))

레벨구성

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

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

@else
레벨구성
@endif
@endif @endif @if ($school->uhak_type==1) @if (!empty($school->ext->current_courses))
Notice: Undefined variable: school in /home/edmedu/www/hana-edu.co.kr/sf4l/resources/views/edmuhak/component/school/view.blade.php on line 540

Notice: Trying to get property 'ext' of non-object in /home/edmedu/www/hana-edu.co.kr/sf4l/resources/views/edmuhak/component/school/view.blade.php on line 540

Notice: Trying to get property 'current_courses' of non-object in /home/edmedu/www/hana-edu.co.kr/sf4l/resources/views/edmuhak/component/school/view.blade.php on line 540

Warning: Invalid argument supplied for foreach() in /home/edmedu/www/hana-edu.co.kr/sf4l/resources/views/edmuhak/component/school/view.blade.php on line 540

개설과정

@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']).'
  • ':'' !!}
    {!! !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
@endif @else @if (!empty($school->course_intro))

개설과정

{!! preg_replace('@<[/]*a.*?>@is','', $school->course_intro) !!}

@endif @endif @if ($school->uhak_type==1) @if (!empty($school->ext->homestay))

숙박

@php $ar_cost = explode("\n", $school->ext->homestay->homestay_cost); @endphp @foreach ($ar_cost as $cdata) @php $cost = explode("|", $cdata); if (empty($cost[0]) || empty($cost[1])) continue; @endphp @endforeach
숙박종류 주당비용
{{ $cost[0] }} {{ $school->ext->homestay->homestay_currency.number_format((int)$cost[1]) }}
@endif @else @if (!empty($entry_requirements))

입학요건

{!! str_replace(array("\n\r", "\n"),"
",$entry_requirements) !!}

@endif @endif @if (!empty($school->school_address))

위치

{{ $school->school_address }}

{!! $school->map !!}
@endif @if (!empty($reviews->count()))
@if ($school->uhak_type==1)

학교후기 더보기

@elseif($school->uhak_type==3)

조기유학후기 더보기

@else

합격후기 더보기

@endif
@foreach ($reviews as $review)
@if(!empty($review->thumbnail))
@else
@endif

{{ $review->title }}

{{ $review->abstract }}
@if ($school->uhak_type==1) @elseif($school->uhak_type==3) @else @endif
@endforeach
@endif
@if ($school->uhak_type==1) 목록보기 @elseif ($school->uhak_type==2) 목록보기 @elseif ($school->uhak_type==3) 목록보기 @elseif ($school->uhak_type==4) 목록보기 @endif

Notice: Undefined variable: school in /home/edmedu/www/hana-edu.co.kr/sf4l/resources/views/edmuhak/component/school/view.blade.php on line 767

Notice: Trying to get property 'uhak_type' of non-object in /home/edmedu/www/hana-edu.co.kr/sf4l/resources/views/edmuhak/component/school/view.blade.php on line 767
@if (!empty($banner->link)) @endif
@include(env('APP_NAME').'.component.school.slide', ['images' => $school->images]) @endsection