• uid ? 'class="active"':'' !!}> @if (isset($cfg->show->thumbnail) and !empty($var->thumbnail))
    @endif
    @if (isset($cfg->show->country) and !empty($var->country)) {{ $var->country }} @endif

    {!! $var->title($keywords) !!}

    {{-- @if (isset($cfg->show->name) and !empty($var->name))

    고객명: {{ markName( $var->name ) }}

    @endif --}} @if (isset($cfg->show->preview))

    {{-- {!! $var->preview($keywords) !!} --}} {!! cutStr(strip_tags($var->content), 600) !!}

    @endif
    @if (isset($cfg->show->date)) @endif @if (isset($cfg->show->readcount) and $var->read_count) 조회 {{ $var->read_count }} @endif