• @if($showCheckbox)
    @endif
    @if($gotoUrl == "") {{ $article->name }} @else {{ $article->name }} @endif @if($showContext || $showType)
    @if($showContext && $showType) {{ $article->context->name }} :: {{ $article->type->name }} @else @if($showContext) {{ $article->context->name }} @else {{ $article->type->name }} @endif @endif
    @endif
    {{$badge}}
    @if($showQuickViewButton) @endif
    {{ $buttons }}