@extends(env('APP_NAME').'.layout') @push('head') {!! resource('main/asset/main.css') !!} @endpush @section('content') @include('edmuhak.component.programs.include.top.' . $templatename, [ 'element' => $element ]) @yield('details') {{-- 하단 고정 CTA 버튼 영역 --}}
{{ isset($element['fixed_cta']['cta_title']) && $element['fixed_cta']['cta_title'] ? $element['fixed_cta']['cta_title'] : '상담 문의' }}
@if(isset($element['fixed_cta']['kakaotalk_button']) && $element['fixed_cta']['kakaotalk_button'] !== 'N') 카톡상담 @endif {{ isset($element['fixed_cta']['cta_text']) && $element['fixed_cta']['cta_text'] ? $element['fixed_cta']['cta_text'] : '상담예약' }}
{{-- //하단 고정 CTA 버튼 영역 --}} {{-- 하단 관련 상품 영역 --}}
@if (count($programs['relation']))

관련상품

@foreach ($programs['relation'] as $program)
@include('edmuhak.component.programs.item', ['program' => $program])
@endforeach
@endif @if (isset($program['type']['code']))
@if ($program['type']['code'] == 'language-abroad')

어학연수 후기더보기+

@include('edmuhak.component.programs.review', ['reviewList'=>$languageReviewList]) @elseif($program['type']['code'] == 'university-abroad')

해외대학 후기더보기+

@include('edmuhak.component.programs.review', ['reviewList'=>$universityReviewList]) @elseif($program['type']['code'] == 'junior-abroad')

조기유학 후기더보기+

@include('edmuhak.component.programs.review', ['reviewList'=>$juniorReviewList]) @elseif($program['type']['code'] == 'camp') @else @endif
@if (count($uainfo_contentList) && ($program['type']['code'] == 'university-abroad'))

유학정보더보기+

@include('edmuhak.component.programs.univ-abroad-info') @endif
@if ($program['type']['code'] == 'language-abroad' && count($faq_contentList_language) != 0)

유학 FAQ

@include('edmuhak.component.programs.uhak-faq', ['faq_contentList'=>$faq_contentList_language]) @elseif($program['type']['code'] == 'university-abroad' && count($faq_contentList_university) != 0)

유학 FAQ

@include('edmuhak.component.programs.uhak-faq', ['faq_contentList'=>$faq_contentList_university]) @elseif($program['type']['code'] == 'junior-abroad' && count($faq_contentList_junior) != 0)

유학 FAQ

@include('edmuhak.component.programs.uhak-faq', ['faq_contentList'=>$faq_contentList_junior]) @elseif($program['type']['code'] == 'working-holiday' && count($faq_contentList_working) != 0)

유학 FAQ

@include('edmuhak.component.programs.uhak-faq', ['faq_contentList'=>$faq_contentList_working]) @elseif($program['type']['code'] == 'art-uhak' && count($faq_contentList_art) != 0)

유학 FAQ

@include('edmuhak.component.programs.uhak-faq', ['faq_contentList'=>$faq_contentList_art]) @else @endif
@endif {{-- @if (count($programs['popular']))--}} {{--
--}} {{--

edm유학센터 인기프로그램

--}} {{--
--}} {{--
--}} {{-- @foreach ($programs['popular'] as $program)--}} {{--
--}} {{-- @include('programs.item', ['program' => $program])--}} {{--
--}} {{-- @endforeach--}} {{--
--}} {{--
--}} {{--
--}} {{-- @endif--}}
{{-- //하단 관련 상품 영역 --}} {{-- --}} @endsection