@extends('layouts.default', [ 'activatedNavItem' => 'UNIVERSITY', ]) @section('content')

조기유학 칼럼

@if (count($contentList))
{{ $contentList->appends(request()->except('page'))->links('layouts.pagination') }}
@endif
@endsection