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

대학최신소식

    @forelse ($contentList as $item)
  • {{ $item->p_title }} 조회 {{ $item->p_read }}
  • @empty

    등록된 게시글이 없습니다.

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