어학연수 메인
@php
$contents1 = $Main->content('메인 배너');
@endphp
당신을 위한 어학연수
영어권 56개 도시 283개 학교
엄선된 과정을 검색해 보세요.
@php
$contents2 = $Main->content('수속자 혜택');
@endphp
어학연수 수속자 혜택
국내 1위이기에 가능한 8개의 역대급 혜택!
@foreach ($contents2 as $cont)
{{$cont->title}}
{{$cont->description}}
@endforeach
@php
$contents3 = $Main->content('백그라운드 영상');
@endphp
@foreach ($contents3 as $cont)
{{$cont->title}}
{{$cont->description}}
@endforeach
@php
$contents4 = $Main->content('브이로그');
@endphp
@endsection
@section('script')
{!! resource('asset/js/uhak/main.js') !!}
@endsection