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

대학방문

    @forelse ($contentList as $item)
  • {{-- [마감] --}} {{ $item->p_title }} edm관리자 {{ $item->p_reg_date->format('Y.m.d') }} 조회 {{ $item->p_read }}
  • @empty

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

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