@forelse($boards as $board) @empty @endforelse
ID 코드 게시판명 유형 필드 수 상태 생성일 액션
{{ $board->id }} {{ $board->board_code }}
{{ $board->name }}
@if($board->description)
{{ $board->description }}
@endif
@if($board->board_type) {{ $board->board_type }} @else - @endif {{ $board->fields_count ?? 0 }}개 @if($board->trashed()) 삭제됨 @elseif($board->is_active) @else @endif {{ $board->created_at->format('Y-m-d') }} @if($board->trashed()) @if(auth()->user()?->is_super_admin) @endif @else 수정 @endif
게시판이 없습니다.
@if($boards->hasPages())
{{ $boards->withQueryString()->links() }}
@endif