title = 'Offices'; $this->params['breadcrumbs'][] = $this->title; ?>
= Html::a('Добавить Offices', ['create'], ['class' => 'btn btn-success']) ?>
= GridView::widget([ 'dataProvider' => $dataProvider, 'filterModel' => $searchModel, 'columns' => [ ['class' => 'yii\grid\SerialColumn'], 'name', [ 'attribute' => 'city_id', 'value' => 'dicCities.name' ], // 'content_delete:ntext', // 'coords', // 'phones', 'address', 'email:email', 'skype', ['class' => 'yii\grid\ActionColumn'], ], ]); ?>