uid ? 'class="active"':'' !!}>
@if (isset($var->country)) [{{ $var->country }}] @endif {!! $var->title($keywords) !!}
@if (isset($cfg->show->name) and !empty($var->name))
{{ $var->name }}
@endif
@if (isset($cfg->show->date))
@endif
@if (isset($cfg->show->readcount) and $var->read_count)
조회 {{ $var->read_count }}
@endif