• {!! $var->title !!}

    @if (isset($cfg->show->preview))
    {!! $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 (isset($cfg->show->thumbnail) and !empty($var->thumbnail))
    @endif