@version(2) @load('css/skin.css')
@if (trim((string)$kin_page_title) !== '' || trim((string)$kin_page_desc) !== '')
@if (trim((string)$kin_page_title) !== '')

{{ $kin_page_title }}

@endif @if (trim((string)$kin_page_desc) !== '')

{{ $kin_page_desc }}

@endif
@endif
@if ($grant->write_question) {{ $lang->kin_write_question }} @endif
@php $zmk_cat_style = count($kin_category_tree ?? []) ? $kin_category_style : 'none'; @endphp {{-- 뱃지 방식: 1차 분야를 알약으로 늘어놓고, 2차 분야는 롤오버로 펼친다 --}} @if ($zmk_cat_style === 'badge') @endif {{-- 그리드 방식: 분야가 많을 때. 1차를 여러 열로 깔고 2차는 롤오버로 펼친다 --}} @if ($zmk_cat_style === 'grid')
@foreach ($kin_category_tree as $zmk_node)
{{ $zmk_node['item']->title }} @if (count($zmk_node['children']))
    @foreach ($zmk_node['children'] as $zmk_child)
  • category_srl) class="is-active" @endif>{{ $zmk_child->title }}
  • @endforeach
@endif
@endforeach
@endif {{-- 사이드바 방식: 왼쪽에 분야 세로 목록, 2차는 들여쓰기로 항상 보인다 --}} @if ($zmk_cat_style === 'sidebar')
@endif @if ($kin_use_point)@endif @foreach ($kin_list ?? [] as $document) @if ($kin_use_point)@endif @endforeach @if (!count($kin_list ?? [])) @endif
{{ $lang->kin_status }} {{ $lang->kin_question }}{{ $lang->kin_point }}{{ $lang->kin_answers }} {{ $lang->writer }} {{ $lang->date }} {{ $lang->readed_count }}
@if (($document->kin->status ?? 'open') === 'accepted') {{ $lang->kin_status_accepted }} @else {{ $lang->kin_status_open }} @endif {{ $document->getTitleText() }} @if ($document->getCommentCount())[{{ $document->getCommentCount() }}]@endif @if ((int)($document->kin->point ?? 0) > 0){{ number_format($document->kin->point) }}@else -@endif{{ number_format($document->kin->answer_count ?? 0) }} {{ $document->getNickName() }} {{ $document->getRegdate('Y.m.d') }} {{ number_format($document->get('readed_count')) }}
{{ $lang->kin_no_questions }}
@if ($page_navigation && $page_navigation->total_page > 1) @endif @if ($zmk_cat_style === 'sidebar')
@endif