@version(2)
{{ $module_info->board_desc }}
@endif| {{ $hrb_col->name }} | @elseif ($hrb_col->type === 'no'){{ $lang->no }} | @elseif ($hrb_col->type === 'module_title'){{ $lang->module_title }} | @elseif ($hrb_col->type === 'title'){{ $lang->title }} | @elseif ($hrb_col->type === 'nick_name'){{ $lang->writer }} | @elseif ($hrb_col->type === 'user_id'){{ $lang->user_id }} | @elseif ($hrb_col->type === 'user_name'){{ $lang->user_name }} | @elseif ($hrb_col->type === 'regdate'){{ $lang->date }} | @elseif ($hrb_col->type === 'last_update'){{ $lang->last_update }} | @elseif ($hrb_col->type === 'last_post'){{ $lang->last_post }} | @elseif ($hrb_col->type === 'readed_count'){{ $lang->readed_count }} | @elseif ($hrb_col->type === 'voted_count'){{ $lang->voted_count }} | @elseif ($hrb_col->type === 'blamed_count'){{ $lang->blamed_count }} | @endif @endforeach @if ($grant->manager)@endif |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {!! $document->getExtraValueHTML($hrb_col->idx) !!} | @elseif ($hrb_col->type === 'no')@if ($document_srl == $document->document_srl)» @elseif ($document->isNotice()){{ $lang->notice }} @else{{ $hrb_no }}@endif | @elseif ($hrb_col->type === 'module_title'){{ $document->get('module_title') }} | @elseif ($hrb_col->type === 'title')@if ($hrb_cat && $document->get('category_srl') && isset($category_list[$document->get('category_srl')])) {{ $category_list[$document->get('category_srl')]->title }} @endif @if ($document->isSecret())@endif {!! $document->getTitle() !!} @if ($document->getCommentCount())[{{ $document->getCommentCount() }}]@endif @if ($document->hasUploadedFiles())@endif @if ($document->getRegdateTime() > time() - 60 * 60 * ($module_info->duration_new ?? 24))N@endif | @elseif ($hrb_col->type === 'nick_name')
@php $hrb_row_photo = (($module_info->hr_show_photo ?? 'Y') === 'Y') ? $document->getProfileImage() : ''; @endphp
@if ($hrb_row_photo) |
@elseif ($hrb_col->type === 'user_id')
{{ $document->getUserID() }} | @elseif ($hrb_col->type === 'user_name'){{ $document->getUserName() }} | @elseif ($hrb_col->type === 'regdate'){{ hrb_relative_time($document->get("regdate")) }} | @elseif ($hrb_col->type === 'last_update'){{ zdate($document->get('last_update'), 'Y.m.d') }} | @elseif ($hrb_col->type === 'last_post')@if ((int)$document->get('comment_count') > 0) {{ zdate($document->get('last_update'), 'Y.m.d') }} @if ($document->getLastUpdater()){{ $document->getLastUpdater() }}@endif @else @endif | @elseif ($hrb_col->type === 'readed_count'){{ number_format((int)$document->get('readed_count')) }} | @elseif ($hrb_col->type === 'voted_count'){{ number_format((int)$document->get('voted_count')) }} | @elseif ($hrb_col->type === 'blamed_count'){{ number_format((int)$document->get('blamed_count')) }} | @endif @endforeach @if ($grant->manager)isCarted()) checked @endif /> | @endif
{{ $lang->msg_not_founded ?? '등록된 글이 없습니다.' }}
@endif @if (count($hrb_docs)) @endif @if ($last_division) @endif