= Html::a(Html::img($model->getWatermark($model->cover,'210','150')), Url::toRoute([
'company/portfolio-view',
'company_id' => $model->user_id,
'portfolio_id' => $model->portfolio_id,
'type' => ( !empty( $this->params[ 'type' ] ) ) ? $this->params[ 'type' ] : NULL,
]), [ 'data-pjax' => 0 ]); ?>
= Html::a($model->name, Url::toRoute([
'company/portfolio-view',
'company_id' => $model->user_id,
'portfolio_id' => $model->portfolio_id,
'type' => ( !empty( $this->params[ 'type' ] ) ) ? $this->params[ 'type' ] : NULL,
]), [ 'data-pjax' => 0 ]) ?>
= implode(', ', ArrayHelper::getColumn($model->specializations, 'specialization_name')) ?>