@forelse($boards as $board) trashed()) onclick="window.location='{{ route('boards.posts.index', ['boardCode' => $board->board_code, 't' => $board->tenant_id]) }}'" @endunless> @empty @endforelse
ID 구분 코드 게시판명 유형 필드 수 게시글 수 상태 생성일 액션
{{ $board->id }} @if($board->is_system) 시스템 @else {{ $board->tenant?->company_name ?? 'T-'.$board->tenant_id }} @endif {{ $board->board_code }}
{{ $board->name }}
@if($board->description)
{{ $board->description }}
@endif
@if($board->board_type) {{ $board->board_type }} @else - @endif {{ $board->fields_count ?? 0 }}개 {{ number_format($board->posts_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