cover), [
'company/blog-view',
'company_id' => $model->user_id,
'link' => $model->link,
'type' => (!empty($this->params['type']))?$this->params['type']:null,
]);
?>
= \Yii::$app->formatter->asDate($model->date_add, 'php:d.m.Y') ?>
= count($model->comments) ?>
= Html::a($model->name, [
'company/blog-view',
'company_id' => $model->user_id,
'link' => $model->link,
'type' => (!empty($this->params['type']))?$this->params['type']:null,
]) ?>