@extends('layouts.default', [
'activatedNavItem' => 'UNIVERSITY',
])
@push('head')
@endpush
@section('content')
조기유학 칼럼
조기유학 전문가가 알려드리는
해외 초중고 최신정보
@if (count($contentList))
{{ $contentList->appends(request()->except('page'))->links('layouts.pagination') }}
@endif
@endsection