Мнений: = $comments->totalCount ?>
= ListView::widget([
'dataProvider' => $comments,
'itemView' => '_company_team_review',
'layout' => '{items}',
'options' => [
'class' => 'company-performer-comments-wr style',
],
'itemOptions' => [
'class' => 'company-performer-comments-bl',
],
]) ?>
= Html::a('Читать все мнения', [
'company/review',
'company_id' => $company->id,
]) ?>