title = 'Консультации';
$this->params['breadcrumbs'][] = $this->title;
?>
= Html::encode($this->title) ?>
render('_search', ['model' => $searchModel]); ?>
= GridView::widget([
'dataProvider' => $dataProvider,
'filterModel' => $searchModel,
'columns' => [
['class' => 'yii\grid\SerialColumn'],
'id',
'phone_num',
'date',
'email:email',
'comment:ntext',
['class' => 'yii\grid\ActionColumn'],
],
]); ?>