@if (isset($cfg->use->category) and !empty($var->category))
@foreach ($var->category as $cat)
{{$cat}}
@endforeach
@if (in_array('종료', $var->category))
{!! $var->title !!}
@else
@endif
@endif
@if (isset($cfg->show->preview))
{!! nl2br($var->preview) !!}
@endif
@if (isset($cfg->show->date))
@php($date = isset($cfg->show->time) ? dateFormat($var->date, 'Y-m-d h:i:sA'):dateFormat($var->date))
@endif
@if (isset($cfg->show->readcount) and $var->read_count)
조회수 {{ $var->read_count }}
@endif
@if($var->category !== '|종료|')