@forelse($boards as $board) @empty @endforelse
ID 유형 코드 게시판명 게시글 수 생성일
{{ $board->id }} @if($board->board_type) {{ $board->board_type }} @else - @endif {{ $board->board_code }}
{{ $board->name }}
@if($board->description)
{{ $board->description }}
@endif
{{ $board->posts_count }}건 {{ $board->created_at->format('Y-m-d') }}
등록된 게시판이 없습니다.
@if($boards->hasPages())
{{ $boards->withQueryString()->links() }}
@endif