@version(2) @php $hrb_thumb = $document->getThumbnail(480, 300, 'crop'); @endphp @if ($hrb_thumb) @else{{ $document->getSummary(80) }}@endif @if ($hrb_cat && $document->get('category_srl') && isset($category_list[$document->get('category_srl')])) {{ $category_list[$document->get('category_srl')]->title }} @endif @if ($document->isNotice()){{ $lang->notice ?? '공지' }}@endif {{ $document->getTitleText() }} @if ($document->getCommentCount()){{ $document->getCommentCount() }}@endif @if ($hrb_author){{ $document->getNickName() }}@endif {{ hrb_relative_time($document->get("regdate")) }} @if ($hrb_count){{ $lang->readed_count ?? '조회' }} {{ number_format($document->get('readed_count')) }}@endif