• uid ? 'class="active"':'' !!}>
    @if (isset($cfg->show->thumbnail) and !empty($var->thumbnail)) @endif
    @if (isset($cfg->use->category) and !empty($var->category)) @foreach ($var->category as $cat)
    {{$cat}}
    @endforeach @endif

    {!! $var->title !!}

    @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
    자세히보기